Called when the left mouse button is pressed on the associated object.

Namespace: FirstFloor.Documents.Behaviors
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected virtual void OnAssociatedObjectMouseLeftButtonDown(
	Object sender,
	MouseButtonEventArgs e
)
Visual Basic
Protected Overridable Sub OnAssociatedObjectMouseLeftButtonDown ( _
	sender As Object, _
	e As MouseButtonEventArgs _
)
Visual C++
protected:
virtual void OnAssociatedObjectMouseLeftButtonDown(
	Object^ sender, 
	MouseButtonEventArgs^ e
)

Parameters

sender
Type: System..::..Object
The sender.
e
Type: System.Windows.Input..::..MouseButtonEventArgs
The MouseButtonEventArgs instance containing the event data.

See Also