Objective Grid for Microsoft® .NET® Reference Guide

StoreFrozenRowsEventArgs Class

Back to Class Index

This class supplies data for the StoreFrozenRows event.     

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

System.Object
   EventArgs
      StoreEventArgs
         StoreFrozenRowsEventArgs

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

Remarks

    

These event arguments are supplied to any overridden StoreFrozenRows event handler, as well as to any delegates attached to the StoreFrozenRows event. The StoreFrozenRows event is invoked when the grid stores the number of frozen rows or stores the rows to be used for column headers 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

StoreFrozenRowsEventArgs Members | Stingray.Grid Namespace