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

SpreadsheetControl.EmptyDocumentCreated Event

Occurs when a new document is created in the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v18.2.dll

Declaration

public event EventHandler EmptyDocumentCreated

Event Data

The EmptyDocumentCreated event's data class is EventArgs.

Remarks

The EmptyDocumentCreated event is fired after the CreateNewDocument method of the SpreadsheetControl or IWorkbook object is executed.

See Also