OnCreateMouseDown Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Called by the annotation's AnnotationManager when a MouseDown event is received and the AnnotationManager is set to create this type of annotation.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public virtual void OnCreateMouseDown(
	MouseButtonEventArgs e
)
Visual Basic
Public Overridable Sub OnCreateMouseDown ( _
	e As MouseButtonEventArgs _
)
Visual C++
public:
virtual void OnCreateMouseDown(
	MouseButtonEventArgs^ e
)

Parameters

e
Type: System.Windows.Input..::..MouseButtonEventArgs
The event data.

See Also