Objective Grid for Microsoft® .NET® Reference Guide

StoreColWidthEventArgs Class

Back to Class Index

This class supplies data for StoreColWidth events.     

For a list of all members of this type, see StoreColWidthEventArgs Members.

System.Object
   EventArgs
      StoreEventArgs
         StoreColWidthEventArgs

[Visual Basic]
Public Class StoreColWidthEventArgs
Inherits StoreEventArgs
[C#]
public class StoreColWidthEventArgs : StoreEventArgs

Remarks

    

These event arguments are supplied to any overridden StoreColWidth event handler, as well as to any delegates attached to the StoreColWidth event. The StoreColWidth event is invoked when a new column width is stored to the grid parameter object.     

    

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

StoreColWidthEventArgs Members | Stingray.Grid Namespace