[]
        
(Showing Draft Content)

C1.Win.C1Input.FormatErrorEventHandler

FormatErrorEventHandler Delegate

Represents the method that handles a FormatError event.

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

The source of the event.

FormatErrorEventArgs e

A FormatErrorEventArgs object that contains the event data.

Constructors

Name Description
FormatErrorEventHandler(object, IntPtr)

Methods

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