Occurs when GridControl reorders the content.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public event EventHandler SortChanged |
| Visual Basic |
|---|
Public Event SortChanged As EventHandler |
| Visual C++ |
|---|
public: event EventHandler^ SortChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |
| F# |
|---|
member SortChanged : IEvent<EventHandler, EventArgs> |