ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1Label Class / OnFormatted Method
An FormatEventArgs that contains the event data.

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

    Parameters

    e
    An FormatEventArgs that contains the event data.
    See Also