Skip to main content

FormatInfo.Changed Event

Occurs on changing properties of the current FormatInfo class object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[Browsable(false)]
public event EventHandler Changed

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