Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AnnotationModeEventArgs Class
Members


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
'Declaration
 
Public Class AnnotationModeEventArgs 
   Inherits System.ComponentModel.CancelEventArgs
 
'Usage
 
Dim instance As AnnotationModeEventArgs
Inheritance Hierarchy

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

See Also