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

In This Topic
    MouseLeave Property
    In This Topic
    Gets or sets an action to be performed when the cursor exits the field’s active area.
    Syntax
    'Declaration
     
    Public Property MouseLeave As ActionBase
    public ActionBase MouseLeave {get; set;}
    See Also