XPDictionary.ClassInfoChanged Event
Fires when the metadata information of the objects that are supplied by the current metadata provider has been changed.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Event Data
The ClassInfoChanged event's data class is DevExpress.Xpo.Metadata.ClassInfoEventArgs.
Remarks
Handle the ClassInfoChanged event to perform actions when the metadata information for the objects within the XPDictionary.Classes collection of the current metadata provider has been changed (for instance, when adding persistent class metadata information by calling the XPDictionary.AddClassInfo method).