OnCreateMouseUp Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "M:PDFTron.SilverDox.Documents.Annotations.FreeHand.OnCreateMouseUp(System.Windows.Input.MouseButtonEventArgs,System.Boolean)"]

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

Syntax

C#
public override void OnCreateMouseUp(
	MouseButtonEventArgs e,
	bool wasDoubleClick
)
Visual Basic
Public Overrides Sub OnCreateMouseUp ( _
	e As MouseButtonEventArgs, _
	wasDoubleClick As Boolean _
)
Visual C++
public:
virtual void OnCreateMouseUp(
	MouseButtonEventArgs^ e, 
	bool wasDoubleClick
) override

Parameters

e
Type: System.Windows.Input..::..MouseButtonEventArgs

[Missing <param name="e"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.FreeHand.OnCreateMouseUp(System.Windows.Input.MouseButtonEventArgs,System.Boolean)"]

wasDoubleClick
Type: System..::..Boolean

[Missing <param name="wasDoubleClick"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.FreeHand.OnCreateMouseUp(System.Windows.Input.MouseButtonEventArgs,System.Boolean)"]

See Also