[]
        
(Showing Draft Content)

C1.Win.C1Input.FormatEventHandler

FormatEventHandler Delegate

Represents the method that handles Formatting or Formatted events.

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

The source of the event.

FormatEventArgs e

A FormatEventArgs object that contains the event data

Constructors

Name Description
FormatEventHandler(object, IntPtr)

Methods

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