Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SubEditorClosedEventArgs Class
Members


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

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.SubEditorClosedEventArgs

    See Also