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

EditorsRepositoryBase.PropertiesChanged Event

Fires when changing repository item properties residing within the repository.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

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