Class AnnotationEventArgs
Represent AnnotationEventArgs
Inheritance
System.Object
System.EventArgs
AnnotationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations.EventArgs
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class AnnotationEventArgs : EventArgs
Constructors
AnnotationEventArgs()
Declaration
public AnnotationEventArgs()
Properties
Annotation
Gets or sets the annotation.
Declaration
public Annotation Annotation { get; set; }
Property Value
Annotation
The annotation. |
Handled
Gets or sets if the event is handled.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
If the event is handled. |
Page
Gets or sets the page.
Declaration
public RadFixedPage Page { get; set; }
Property Value
RadFixedPage
The page. |