ComponentOne Input for WinForms
FormatEventHandler Delegate

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : FormatEventHandler Delegate
The source of the event.
A FormatEventArgs object that contains the event data
Represents the method that handles Formatting or Formatted events.
Syntax
'Declaration
 
Public Delegate Sub FormatEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As FormatEventArgs _
) 
public delegate void FormatEventHandler( 
   System.object sender,
   FormatEventArgs e
)

Parameters

sender
The source of the event.
e
A FormatEventArgs object that contains the event data
See Also

Reference

FormatEventHandler Members
C1.Win.C1Input Namespace