C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel 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 _
) 
 

Parameters

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