|
|
|
|
Final Field, ColumnResizedEventArgs Class |
True if the column has been resized completely, False if additional ColumnResized events will occur.
Syntax ColumnResizedEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Final As Boolean |
C# |
public readonly bool Final; |
C++ |
public: <readonly> bool Final; |
Comments
The Final field is set to True if the column has been resized completely, False if additional ColumnResized events will occur.