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


In This Topic
    SubEditorOpeningEventArgs Class
    In This Topic
    Represents the event data for the SubEditorOpening event in the Spread component, which occurs when the subeditor in a cell is opening.
    Syntax
    'Declaration
     
    
    Public Class SubEditorOpeningEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As SubEditorOpeningEventArgs
    public class SubEditorOpeningEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.SubEditorOpeningEventArgs

    See Also