Objective Grid for Microsoft® .NET® Reference Guide

StoreDefaultColWidthEventArgs Class

Back to Class Index

This class supplies data for StoreDefaultColWidth events.     

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

System.Object
   EventArgs
      StoreEventArgs
         StoreDefaultColWidthEventArgs

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

Remarks

    

These event arguments are supplied to any overridden StoreDefaultColWidth event handler, as well as to any delegates attached to the StoreDefaultColWidth event. The StoreDefaultColWidth is invoked when then grid converts the default value for the column-width to a logical value and assigns it to the corresponding attribute of the 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

StoreDefaultColWidthEventArgs Members | Stingray.Grid Namespace