[]
Represents the event data for the AnnotationMode events for the Spread component, which allows the user to be notified when annotation mode is starting and ending.
public class AnnotationModeEventArgs : CancelEventArgs
Public Class AnnotationModeEventArgs
Inherits CancelEventArgs
Name | Description |
---|---|
AnnotationModeEventArgs(Control) | Creates a new object with the AnnotationMode event arguments. |
Name | Description |
---|---|
AnnotationMode | Gets or sets the annotation mode. |
DrawingSurface | Gets the drawing surface control. |