FormatInfo.Changed Event
Occurs on changing properties of the current FormatInfo class object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
Event Data
The Changed event's data class is EventArgs.
Remarks
The Changed event is fired when changing the FormatInfo.Format, FormatInfo.FormatString or FormatInfo.FormatType properties.
The event supports the internal .NET infrastructure and usually you do not need to use it in your code.
See Also