|
|
|
|
Cell Field, HeaderClickedEventArgs Class |
The column header being clicked or null/Nothing indicating that no column header is associated with this event.
Syntax HeaderClickedEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Cell As CellClass |
C# |
public readonly CellClass Cell; |
C++ |
public: <readonly> CellClass^ Cell; |
Comments
The Cell field contains the column header being clicked or null/Nothing indicating that no column header is associated with this event.