MindFusion.Wpf Pack Programmer's Guide
Workbook Events
 


 Public Events

  Name Description

ActionRedone

Raised when an action is redone.

ActionUndone

Raised when an action is undone.

DeserializeColumnTag

Raised during XML deserialization to enable users to perform custom deserialization of tags.

DeserializeData

Raised during XML deserialization to enable users to perform custom deserialization of the data values of cells.

DeserializeRowTag

Raised during XML deserialization to enable users to perform custom deserialization of tags.

DeserializeTag

Raised during XML deserialization to enable users to perform custom deserialization of tags.

PropertyValueChanged

Raised when a property of this object is changed.

SerializeColumnTag

Raised during XML serialization to enable users to perform custom serialization of tags.

SerializeData

Raised during XML serialization to enable users to perform custom serialization of the data values of cells.

SerializeRowTag

Raised during XML serialization to enable users to perform custom serialization of tags.

SerializeTag

Raised during XML serialization to enable users to perform custom serialization of tags.

WorksheetCellChanged

Raised when a cell of one of the worksheets is changed.

WorksheetCellChanging

Raised when a cell of one of the worksheets is about to change.

WorksheetCellsCleared

Raised when a range of cells in one of the worksheets has been cleared.

WorksheetChanged

Raised when a property of one of the worksheets in this workbook is changed.

WorksheetColumnChanged

Raised when a column in one of the worksheets is changed.

WorksheetRowChanged

Raised when a row in one of the worksheets is changed.

WorksheetValidationFailed

Raised when the validation of entered data has failed and the validation's ErrorAction property is set to RaiseEvent.

 See Also

Workbook Class
MindFusion.Spreadsheet.Wpf Namespace