Occurs when a
Row is expanded or collapsed.
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> RowExpansionChanged |
| Visual Basic |
|---|
Public Event RowExpansionChanged As EventHandler(Of GridRowEventArgs) |
| Visual C++ |
|---|
public:
event EventHandler<GridRowEventArgs^>^ RowExpansionChanged {
void add (EventHandler<GridRowEventArgs^>^ value);
void remove (EventHandler<GridRowEventArgs^>^ value);
} |
| F# |
|---|
member RowExpansionChanged : IEvent<EventHandler<GridRowEventArgs>,
GridRowEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'GridRowEventArgs>)>)>
Thread Safety
This event is always raised in the GUI thread
See Also