Search
DrawButtonEventArgs Class
See Also
 





Contains the arguments passed to handlers of the CustomDraw event of button components.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class DrawButtonEventArgs : DrawComponentEventArgs

Visual Basic  Copy Code

Public Class DrawButtonEventArgs
    Inherits DrawComponentEventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.Components.ComponentEventArgs
            MindFusion.Diagramming.Components.DrawComponentEventArgs
                MindFusion.Diagramming.Components.DrawButtonEventArgs

 See Also