'Declaration Public Event PrepareNumberFormat As System.EventHandler(Of PrepareNumberFormatEventArgs)
public event System.EventHandler<PrepareNumberFormatEventArgs> PrepareNumberFormat
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.
Property | Description |
---|---|
NumberFormat | Contains information, such as currency, decimal separators, and other numeric symbols. |
See Also