EditingEventHandler Delegate
Delegate to handle the editing event.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public delegate void EditingEventHandler(
Object sender,
EditingEventArgs e
)
Public Delegate Sub EditingEventHandler (
sender As Object,
e As EditingEventArgs
)
Parameters
- sender Object
- The object, that fires the event.
- e EditingEventArgs
- The event args about the editing event.