Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / TableStateEventArgs Class
Members


In This Topic
    TableStateEventArgs Class
    In This Topic
    Provides table's state data for the UIManager.StateChanged events.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class TableStateEventArgs 
       Inherits StateEventArgs
    'Usage
     
    
    Dim instance As TableStateEventArgs
    public sealed class TableStateEventArgs : StateEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             GrapeCity.Spreadsheet.UI.StateEventArgs
                GrapeCity.Spreadsheet.UI.TableStateEventArgs

    See Also