EditorsRepositoryBase.PropertiesChanged Event
In This Article
Fires when changing repository item properties residing within the repository.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.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