ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTimePicker Class / PrepareTimeFormat Event

In This Topic
    PrepareTimeFormat Event
    In This Topic
    Fires when the TimeFormat property is recreated.
    Syntax
    'Declaration
     
    Public Event PrepareTimeFormat As PrepareDateTimeFormatEventHandler
    public event PrepareDateTimeFormatEventHandler PrepareTimeFormat
    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