pmMDA.NET

DataObjectOrder.OnOrderChanged Method 

[This is preliminary documentation and subject to change.]

Raises the OrderChanged event.

protected virtual void OnOrderChanged(
   OrderEventArgs e
);

Parameters

e
The arguments for the OrderChanged event.

Remarks

Classes that derive from the DataObjectOrder class may override this method to be notified when the order has changed without registering to the OrderChanged event. Always call base.OnOrderChanged at the end of the method to ensure that all event subsribers are notified.

See Also

DataObjectOrder Class | PmMda.Net.Dog.Sorting Namespace