C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / PrepareDateTimeFormatEventHandler Delegate
The source of the event.
A PrepareDateTimeFormatEventArgs object that contains the event data.

In This Topic
PrepareDateTimeFormatEventHandler Delegate
In This Topic
Represents the method that handles the PrepareDateTimeFormat event.
Syntax
'Declaration
 
Public Delegate Sub PrepareDateTimeFormatEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As PrepareDateTimeFormatEventArgs _
) 
 

Parameters

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