Search
ShapeListBox.OnShapeSelected Method
See Also
 





Raises the ShapeSelected event.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

protected virtual void OnShapeSelected (
    ShapeEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnShapeSelected( _
    e As ShapeEventArgs _
)

 Parameters

e
ShapeEventArgs that contains the event data.

 See Also