MobileForms Toolkit Documentation

SelectionChangingEventHandler Delegate

Represents the method that handles a selection changing event.

public delegate void SelectionChangingEventHandler(
object sender,
SelectionChaningEventArgs e
);

Parameters

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

Requirements

Namespace: Resco.Controls.CommonControls

Assembly: Resco.CommonControls.CF3 (in Resco.CommonControls.CF3.dll)

See Also

Resco.Controls.CommonControls Namespace