Search
DrawBranchIndicatorEventArgs Class
See Also
 





Contains the arguments passed to the DrawBranchIndicator event handlers.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class DrawBranchIndicatorEventArgs : EventArgs

Visual Basic  Copy Code

Public Class DrawBranchIndicatorEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.DrawBranchIndicatorEventArgs

 See Also