Raises the DeserializeData event.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
protected virtual void OnDeserializeData ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub OnDeserializeData( _ |
An instance of the SerializeDataEventArgs class that contains data for the event.
See Also