ComponentOne InputPanel for WinForms
PrepareDateTimeFormatEventHandler Delegate

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : PrepareDateTimeFormatEventHandler Delegate
The source of the event.
A PrepareDateTimeFormatEventArgs object that contains the event data.
Represents the method that handles the PrepareDateTimeFormat event.
Syntax
'Declaration
 
Public Delegate Sub PrepareDateTimeFormatEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As PrepareDateTimeFormatEventArgs _
) 
public delegate void PrepareDateTimeFormatEventHandler( 
   System.object sender,
   PrepareDateTimeFormatEventArgs e
)

Parameters

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

Reference

PrepareDateTimeFormatEventHandler Members
C1.Win.C1InputPanel Namespace