PersistentRepository Events
Stores repository items to be shared between container controls and components (GridControl, TreeList, RibbonControl, BarManager, etc).Name | Description |
---|---|
CollectionChanged | Fires immediately after the repository item collection has been changed. Inherited from EditorsRepositoryBase. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
PropertiesChanged | Fires when changing repository item properties residing within the repository. Inherited from EditorsRepositoryBase. |
See Also