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

BaseView.DocumentAdded Event

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

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event DocumentEventHandler DocumentAdded

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