BaseView.DocumentAdded Event
Fires when a new document is added to the current View.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The DocumentAdded event's data class is DocumentEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Document | Points to the document related to the current event. |
Remarks
A document can be added via the BaseView.AddDocument or IBaseViewController.AddDocument method. The IBaseViewController.AddDocument method is accessible via the View’s BaseView.Controller property.
See Also