Executes the cursor 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#
protected override void ExecuteCore(
	DiagramSurface surface,
	MouseButtonEventArgs eventArgs
)
Visual Basic (Declaration)
Protected Overrides Sub ExecuteCore ( _
	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