[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.TriggerEvents

Class WidgetAnnotation.TriggerEvents

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

Defines events common for all acroform fields.

public class WidgetAnnotation.TriggerEvents : TriggerEvents
Inheritance
object
WidgetAnnotation.TriggerEvents
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Activate

Gets or sets an action to be performed when the annotation is activated.

[Obsolete("Use WidgetAnnotation.Activate instead.")]
public ActionBase Activate { get; set; }

Property Value

ActionBase

AnnotationPageClosed

Gets or sets an action to be performed when the page containing the annotation is closed (for example, when the user navigates to the next or previous page, or follows a link annotation or outline item).

public ActionBase AnnotationPageClosed { get; set; }

Property Value

ActionBase

AnnotationPageHide

Gets or sets an action to be performed when the page containing the annotation is no longer visible in the viewer application’s user interface.

public ActionBase AnnotationPageHide { get; set; }

Property Value

ActionBase

AnnotationPageOpened

Gets or sets an action to be performed when the page containing the annotation is opened (for example, when the user navigates to it from the next or previous page or by means of a link annotation or outline item).

public ActionBase AnnotationPageOpened { get; set; }

Property Value

ActionBase

AnnotationPageShow

Gets or sets an action to be performed when the page containing the annotation becomes visible in the viewer application’s user interface.

public ActionBase AnnotationPageShow { get; set; }

Property Value

ActionBase

Enter

Gets or sets an action to be performed when the annotation receives the input focus.

public ActionBase Enter { get; set; }

Property Value

ActionBase

Leave

Gets or sets an action to be performed when the annotation loses the input focus.

public ActionBase Leave { get; set; }

Property Value

ActionBase

MouseDown

Gets or sets an action to be performed when the mouse button is pressed inside the field’s active area.

public ActionBase MouseDown { get; set; }

Property Value

ActionBase

MouseEnter

Gets or sets an action to be performed when the mouse enters the field’s active area.

public ActionBase MouseEnter { get; set; }

Property Value

ActionBase

MouseLeave

Gets or sets an action to be performed when the cursor exits the field’s active area.

public ActionBase MouseLeave { get; set; }

Property Value

ActionBase

MouseUp

Gets or sets an action to be performed when the mouse button is released inside the field’s active area.

public ActionBase MouseUp { get; set; }

Property Value

ActionBase