Skip to main content

EditorsRepositoryBase.PropertiesChanged Event

Fires when changing repository item properties residing within the repository.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Property Changed")]
public event RepositoryItemChangedEventHandler PropertiesChanged

Event Data

The PropertiesChanged event's data class is DevExpress.XtraEditors.Repository.RepositoryItemChangedEventArgs.

Remarks

This member supports the internal infrastructure and is not intended to be used in your code.

See Also