InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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 Object, _
       ByVal e As PrepareDateTimeFormatEventArgs _
    ) 
    public delegate void PrepareDateTimeFormatEventHandler( 
       object sender,
       PrepareDateTimeFormatEventArgs e
    )

    Parameters

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