InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDatePicker Class / OnPrepareDateFormat Method

In This Topic
    OnPrepareDateFormat Method (InputDatePicker)
    In This Topic
    Raises the PrepareDateFormat event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPrepareDateFormat( _
       ByVal e As PrepareDateTimeFormatEventArgs _
    ) 
    protected virtual void OnPrepareDateFormat( 
       PrepareDateTimeFormatEventArgs e
    )

    Parameters

    e
    See Also