Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEventArgs Class
Members


In This Topic
    ShapeEventArgs Class
    In This Topic
    Provides data for the UIManager.ShapeChanged events. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ShapeEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As ShapeEventArgs
    public sealed class ShapeEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.Spreadsheet.Drawing.ShapeEventArgs

    See Also