Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public event ClassInfoEventHandler ClassInfoChanged

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).

See Also