[]
        
(Showing Draft Content)

C1.Win.C1Input.NavigatorErrorEventHandler

NavigatorErrorEventHandler Delegate

Represents the method that handles an Error event.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public delegate void NavigatorErrorEventHandler(object sender, NavigatorErrorEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

NavigatorErrorEventArgs e

A NavigatorErrorEventArgs object that contains the event data.

Constructors

Name Description
NavigatorErrorEventHandler(object, IntPtr)

Methods

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