[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputNavigatorClickEventHandler

InputNavigatorClickEventHandler Delegate

Represents the delegate that handles a ButtonClick event.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public delegate void InputNavigatorClickEventHandler(object sender, InputNavigatorClickEventArgs e)
Parameters
Type Name Description
object sender Represents the delegate that handles a ButtonClick event.
InputNavigatorClickEventArgs e Represents the delegate that handles a ButtonClick event.

Constructors

Name Description
InputNavigatorClickEventHandler(object, nint)

Methods

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