InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDatePicker Class / PrepareDateFormat Event

In This Topic
    PrepareDateFormat Event (InputDatePicker)
    In This Topic
    Fires when the DateFormat property is recreated.
    Syntax
    'Declaration
     
    Public Event PrepareDateFormat As PrepareDateTimeFormatEventHandler
    public event PrepareDateTimeFormatEventHandler PrepareDateFormat
    Event Data

    The event handler receives an argument of type PrepareDateTimeFormatEventArgs containing data related to this event. The following PrepareDateTimeFormatEventArgs properties provide information specific to this event.

    PropertyDescription
    Contains information, such as date patterns, time patterns, and AM/PM designators.  
    See Also