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

SpreadsheetControl.EmptyDocumentCreated Event

Occurs when a new document is created in the Spreadsheet control.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public event EventHandler EmptyDocumentCreated

Event Data

The EmptyDocumentCreated event's data class is EventArgs.

Remarks

The EmptyDocumentCreated event is fired after the SpreadsheetControl.CreateNewDocument method is executed.

See Also