MindFusion.UI for WebForms Programmer's Guide

Menu.SerializeTag Event

See Also
 





Raised during XML serialization to enable users to perform custom serialization of the tag values of items.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public event EventHandler<SerializeTagEventArgs> SerializeTag

Visual Basic  Copy Code

Public Event SerializeTag As EventHandler(Of SerializeTagEventArgs)

 See Also