AutoEditingBeginEventHandler Delegate

Event handler type of AutoEditingBegin event.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public delegate void AutoEditingBeginEventHandler(
	Object sender,
	AutoEditingBeginEventArgs args
)

Parameters

sender  Object
Reference to the sender object.
args  AutoEditingBeginEventArgs
Event args about the AutoEditingBegin event.

See Also