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