IndexChangingEventHandler Delegate

Represents a delegate method for handling events which are fired when a property value changes which contains an index.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public delegate void IndexChangingEventHandler(
	Object sender,
	IndexChangingEventArgs e
)

Parameters

sender  Object
Reference to object which raised the event.
e  IndexChangingEventArgs
Arguments for the event.

See Also