Occurs when a
Row becomes visible or invisible.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public event EventHandler<GridRowEventArgs> RowVisibilityChanged |
Visual Basic |
---|
Public Event RowVisibilityChanged As EventHandler(Of GridRowEventArgs) |
Visual C++ |
---|
public:
event EventHandler<GridRowEventArgs^>^ RowVisibilityChanged {
void add (EventHandler<GridRowEventArgs^>^ value);
void remove (EventHandler<GridRowEventArgs^>^ value);
} |
F# |
---|
member RowVisibilityChanged : IEvent<EventHandler<GridRowEventArgs>,
GridRowEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'GridRowEventArgs>)>)>Thread Safety
This event is always raised in the GUI thread
See Also