Skip to main content

ReportDesignerViewBase.ActiveDocumentChanged Event

Occurs when the value of the ReportDesignerViewBase.ActiveDocument property is changed.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v26.1.dll

Declaration

public event DependencyPropertyChangedEventHandler ActiveDocumentChanged

Remarks

Handle this event to respond to changing the ReportDesignerViewBase.ActiveDocument property’s value.

See Also