New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public class AnnotationEventArgs : EventArgs

Inheritance: objectEventArgsAnnotationEventArgs

Inherited Members EventArgs.Empty

Properties

Gets or sets the annotation instance associated with the event.

C#
public Annotation Annotation { get; set; }
Property Value:

The affected annotation.

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

C#
public bool Handled { get; set; }
Property Value:

true to stop propagation; otherwise, false.

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

C#
public RadFixedPage Page { get; set; }
Property Value:

The page holding the annotation.

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