pmMDA.NET

OrderDelegate Delegate

[This is preliminary documentation and subject to change.]

Represents the method that will handle the OrderChanged event.

public delegate void OrderDelegate(
   object sender,
   OrderEventArgs e
);

Parameters

sender
The source of the event.
e
A OrderEventArgs that contains the event data.

Requirements

Namespace: PmMda.Net.Dog.Sorting

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

PmMda.Net.Dog.Sorting Namespace