Search
SelectionEventArgs Class
See Also
 





Contains the arguments passed to the SelectionModified event handler.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class SelectionEventArgs : EventArgs

Visual Basic  Copy Code

Public Class SelectionEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.SelectionEventArgs
            MindFusion.Diagramming.SelectionValidationEventArgs

 See Also