[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputNavigatorEditingEventHandler

InputNavigatorEditingEventHandler Delegate

Represents the delegate that handles an Editing event.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public delegate void InputNavigatorEditingEventHandler(object sender, InputNavigatorEditingEventArgs e)
Parameters
Type Name Description
object sender Represents the delegate that handles an Editing event.
InputNavigatorEditingEventArgs e Represents the delegate that handles an Editing event.

Constructors

Name Description
InputNavigatorEditingEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, InputNavigatorEditingEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, InputNavigatorEditingEventArgs)