FarPoint.Win.Spread
AnnotationModeEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : AnnotationModeEventArgs Class


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.

Syntax

Visual Basic (Declaration) 
Public Class AnnotationModeEventArgs 
   Inherits CancelEventArgs
Visual Basic (Usage)Copy Code
Dim instance As AnnotationModeEventArgs
C# 
public class AnnotationModeEventArgs : CancelEventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.ComponentModel.CancelEventArgs
         FarPoint.Win.Spread.AnnotationModeEventArgs

See Also