Search
BehaviorBase.OnMouseDown Method
See Also
 






Interaction.OnMouseDown override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override bool OnMouseDown (
    PointerRoutedEventArgs e
)

Visual Basic  Copy Code

Protected Overrides Function OnMouseDown( _
    e As PointerRoutedEventArgs _
) As Boolean

 Parameters

e

The PointerRoutedEventArgs object containing the event data.

 Return Value

 See Also