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

PropertyCollectionSource.MasterObjectChanged Event

Occurs after the PropertyCollectionSource.MasterObject has been changed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public event EventHandler MasterObjectChanged

Event Data

The MasterObjectChanged event's data class is EventArgs.

Remarks

Handle this event to be notified after the object whose collection property is represented by the current PropertyCollectionSource has been changed. To see an example, refer to the How to: Access the Master Object from a Nested List View help topic.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MasterObjectChanged event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also