The actions executed when a mouse/pointing device goes up.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public ActionCollection MouseUpActions { get; }
Visual Basic
Public ReadOnly Property MouseUpActions As ActionCollection
	Get

Remarks

These actions are also called the click-actions.

See Also