MindFusion.UI for WebForms Programmer's Guide

SerializeTagEventArgs Class

See Also
 





Contains the arguments passed to the SerializeTag and DeserializeTag event handlers.

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

 Syntax

C#  Copy Code

public class SerializeTagEventArgs : EventArgs

Visual Basic  Copy Code

Public Class SerializeTagEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.UI.Web.SerializeTagEventArgs

 See Also