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