IndexChangingEventHandler Delegate
Represents a delegate method for handling events which are fired when a property value changes which contains an index.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public delegate void IndexChangingEventHandler(
Object sender,
IndexChangingEventArgs e
)
Public Delegate Sub IndexChangingEventHandler (
sender As Object,
e As IndexChangingEventArgs
)
Parameters
- sender Object
- Reference to object which raised the event.
- e IndexChangingEventArgs
- Arguments for the event.