Objective Grid for Microsoft® .NET® Reference Guide

StoreHideColEventArgs Class

Back to Class Index

This class supplies data for the StoreHideCol event.     

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

System.Object
   EventArgs
      StoreEventArgs
         StoreHideColEventArgs

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

Remarks

    

These event arguments are supplied to any overridden StoreHideCol event handler, as well as to any delegates attached to the StoreHideCol event. The StoreHideCol event is invoked when the grid stores the hidden-flag for the specified column to the hidden columns-map 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

StoreHideColEventArgs Members | Stingray.Grid Namespace