Class
AnnotationEventArgs

Raised for annotation events; provides the affected page, the annotation, and a handled flag.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations.EventArgs

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class AnnotationEventArgs : EventArgs

Inheritance: objectEventArgsAnnotationEventArgs

Inherited Members EventArgs.Empty

Properties

Annotation

Gets or sets the annotation instance associated with the event.

Declaration

cs-api-definition
public Annotation Annotation { get; set; }

Property Value

Annotation

The affected annotation.

Handled

Gets or sets whether the event is handled, preventing further processing.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

true to stop propagation; otherwise, false.

Page

Gets or sets the page that contains the annotation involved in the event.

Declaration

cs-api-definition
public RadFixedPage Page { get; set; }

Property Value

RadFixedPage

The page holding the annotation.

In this article
DefinitionPropertiesAnnotationHandledPage
Not finding the help you need?
Contact Support