[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputNavigatorErrorEventHandler

InputNavigatorErrorEventHandler Delegate

Represents the delegate that handles an Error event.

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

Constructors

Name Description
InputNavigatorErrorEventHandler(object, nint)

Methods

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