Executes the cursor action. This is typically called when the mouse is released after a click or press-and-drag action.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void Execute(
	DiagramSurface surface,
	MouseButtonEventArgs eventArgs
)
Visual Basic (Declaration)
Public Sub Execute ( _
	surface As DiagramSurface, _
	eventArgs As MouseButtonEventArgs _
)

Parameters

surface
Type: Mindscape.WpfDiagramming..::.DiagramSurface
The DiagramSurface on which to execute the action.
eventArgs
Type: System.Windows.Input..::.MouseButtonEventArgs
The event data associated with the mouse action.

See Also