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


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

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

    See Also