Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
protected void OnDrawelMouseUp(
	MouseEventArgs e,
	IDrawel drawel,
	C1Hyperlink hyperlink
)
Visual Basic (Declaration)
Protected Sub OnDrawelMouseUp ( _
	e As MouseEventArgs, _
	drawel As IDrawel, _
	hyperlink As C1Hyperlink _
)

Parameters

e
Type: System.Windows.Forms..::.MouseEventArgs
drawel
Type: IDrawel
hyperlink
Type: C1Hyperlink

See Also