AnnotationTextEditingEventArgs Properties
Data for the ChartControl.AnnotationRepositoryChanging event that occurs when the text annotation is edited.Name | Description |
---|---|
Annotation | Returns the annotation that is being changed. Inherited from AnnotationRepositoryChangingEventArgs. |
Cancel | Indicates whether to cancel the annotation change. Inherited from AnnotationRepositoryChangingEventArgs. |
Change | Returns the AnnotationRepositoryChange value that indicates the type of change a user makes. Inherited from AnnotationRepositoryChangingEventArgs. |
NewText | Gets or sets a new annotation’s text. |
See Also