OnCreateMouseUp Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Called by the annotation's AnnotationManager when a MouseUp 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 OnCreateMouseUp(
	MouseButtonEventArgs e,
	bool wasDoubleClick
)
Visual Basic
Public Overridable Sub OnCreateMouseUp ( _
	e As MouseButtonEventArgs, _
	wasDoubleClick As Boolean _
)
Visual C++
public:
virtual void OnCreateMouseUp(
	MouseButtonEventArgs^ e, 
	bool wasDoubleClick
)

Parameters

e
Type: System.Windows.Input..::..MouseButtonEventArgs
The event data.
wasDoubleClick
Type: System..::..Boolean
True if the event marks the completion of a double click.

See Also