InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel 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 Object, _
       ByVal e As PrepareNumberFormatEventArgs _
    ) 
    public delegate void PrepareNumberFormatEventHandler( 
       object sender,
       PrepareNumberFormatEventArgs e
    )

    Parameters

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