Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WidgetAnnotation.TriggerEvents Class / MouseUp Property

In This Topic
    MouseUp Property
    In This Topic
    Gets or sets an action to be performed when the mouse button is released inside the field’s active area.
    Syntax
    'Declaration
     
    Public Property MouseUp As ActionBase
    public ActionBase MouseUp {get; set;}
    See Also