ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / PrepareNumberFormatEventHandler Delegate
The source of the event.
A PrepareNumberFormatEventArgs object that contains the event data.

In This Topic
    PrepareNumberFormatEventHandler Delegate
    In This Topic
    Represents the method that handles the PrepareNumberFormat event.
    Syntax
    'Declaration
     
    Public Delegate Sub PrepareNumberFormatEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As PrepareNumberFormatEventArgs _
    ) 
    public delegate void PrepareNumberFormatEventHandler( 
       System.object sender,
       PrepareNumberFormatEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A PrepareNumberFormatEventArgs object that contains the event data.
    See Also