MindFusion.Wpf Pack Programmer's Guide
SerializeColumnTagEventArgs.Handled Property
See Also
 





Gets or sets a value indicating whether the event was handled.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool Handled { get; set; }

Visual Basic  Copy Code

Public Property Handled As Boolean

 Property Value

A boolean value.

 Remarks

Always set this flag to true if you perform custom data serialization.

 See Also

SerializeColumnTagEventArgs Members
SerializeColumnTagEventArgs Class
MindFusion.Spreadsheet.Wpf Namespace