Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AnnotationModeEventArgs Class
Members


In This Topic
    AnnotationModeEventArgs Class
    In This Topic
    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
    public class AnnotationModeEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

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

    See Also