Objective Grid for Microsoft® .NET® Reference Guide

InitCurrentCellEventArgs Class

Back to Class Index

This class supplies data for the InitCurrentCell grid event.     

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

System.Object
   EventArgs
      CellEventArgs
         InitCurrentCellEventArgs

[Visual Basic]
Public Class InitCurrentCellEventArgs
Inherits CellEventArgs
[C#]
public class InitCurrentCellEventArgs : CellEventArgs

Remarks

    

These event arguments are supplied to any overridden InitCurrentCell event handler, as well as to any delegates attached to the InitCurrentCell event. The InitCurrentCell event occurs whenever the control associated with the current cell is initialized. This class supplies the row and column coordinates of the cell control being initialized.     

    

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

InitCurrentCellEventArgs Members | Stingray.Grid Namespace