ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1Label Class / OnFormatting Method
An FormatEventArgs that contains the event data.

In This Topic
    OnFormatting Method (C1Label)
    In This Topic
    Invokes the Formatting event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFormatting( _
       ByVal e As FormatEventArgs _
    ) 
    protected virtual void OnFormatting( 
       FormatEventArgs e
    )

    Parameters

    e
    An FormatEventArgs that contains the event data.
    See Also