Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EditModeStartingEventArgs Class
Members


In This Topic
    EditModeStartingEventArgs Class
    In This Topic
    Represents the event data for the EditModeOn event for the Spread component, which occurs when edit mode is starting.
    Object Model
    EditModeStartingEventArgs Class
    Syntax
    'Declaration
     
    Public Class EditModeStartingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As EditModeStartingEventArgs
    public class EditModeStartingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.EditModeStartingEventArgs

    See Also