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

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

    Parameters

    e
    An FormatErrorEventArgs that contains the event data.
    See Also