Search
SelectionValidationEventArgs Class
See Also
 





Contains the arguments passed to the SelectionModifying event handler.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class SelectionValidationEventArgs : SelectionEventArgs

Visual Basic  Copy Code

Public Class SelectionValidationEventArgs
    Inherits SelectionEventArgs

 Inheritance Hierarchy

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

 See Also