Handles mouse left button down events on the designer.
public override void OnMouseLeftButtonDown(
AnnContainer sender,
MouseButtonEventArgs e
)
Public Overrides Sub OnMouseLeftButtonDown( _
ByVal sender As Leadtools.Windows.Annotations.AnnContainer, _
ByVal e As MouseButtonEventArgs _
)
public:
void OnMouseLeftButtonDown(
Leadtools.Windows.Annotations.AnnContainer^ sender,
MouseButtonEventArgs^ e
) override
sender
The active container
e
An System.Windows.Input.MouseButtonEventArgs that contains the event data.
Derived classes should override this method in order to process mouse left button down events on the container. The designer should return true in e.Handled member if it handled this event in any way.
For C#/VB examples, refer to AnnDesigner.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET