AutoEditingEndEventHandler Delegate
Event handler type of the AutoEditingEnd event.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public delegate void AutoEditingEndEventHandler(
Object sender,
AutoEditingEndEventArgs args
)
Public Delegate Sub AutoEditingEndEventHandler (
sender As Object,
args As AutoEditingEndEventArgs
)
Parameters
- sender Object
- Reference to the sender object.
- args AutoEditingEndEventArgs
- Event args about the AutoEditingEnd event.