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

In This Topic
    Activate Property (WidgetAnnotation.TriggerEvents)
    In This Topic
    Gets or sets an action to be performed when the annotation is activated.
    Syntax
    'Declaration
     
    Public Property Activate As ActionBase
    public ActionBase Activate {get; set;}
    See Also