Spread Windows Forms 17
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.
    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