C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputNumericBox Class / PrepareNumberFormat Event

PrepareNumberFormat Event (InputNumericBox)
Fires when the NumberFormat property is recreated.
Syntax
'Declaration
 
Public Event PrepareNumberFormat As PrepareNumberFormatEventHandler
 
Event Data

The event handler receives an argument of type PrepareNumberFormatEventArgs containing data related to this event. The following PrepareNumberFormatEventArgs properties provide information specific to this event.

PropertyDescription
Contains information, such as currency, decimal separators, and other numeric symbols.  
See Also