ClassAnnotationEventArgs
Class
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
Properties
Annotation
Gets or sets the annotation instance associated with the event.
Declaration
cs-api-definition
public Annotation Annotation { get; set; }
Property Value
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
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
The page holding the annotation.