Search
AreaEventArgs Class
See Also
 





Contains arguments passed to handlers of the CreatingArea event of the HtmlBuilder class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class AreaEventArgs : EventArgs

Visual Basic  Copy Code

Public Class AreaEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.AreaEventArgs

 See Also