Back to Devexpress

BaseView.DocumentAdded Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-0e9b48a1.md

latest2.7 KB
Original Source

BaseView.DocumentAdded Event

Fires when a new document is added to the current View.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DocumentEventHandler DocumentAdded
vb
Public Event DocumentAdded As DocumentEventHandler

Event Data

The DocumentAdded event's data class is DocumentEventArgs. The following properties provide information specific to this event:

PropertyDescription
DocumentPoints 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

AddDocument

AddDocument(BaseDocument)

Close(BaseDocument)

BaseView.RemoveDocument

IBaseViewController.RemoveDocument

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace