Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadWinUIManager Class / OnShapeChanged Method
The worksheet contains the shape.
The GrapeCity.Spreadsheet.Drawing.ShapeEventArgs instance containing the event data.


In This Topic
    OnShapeChanged Method
    In This Topic
    Occurs when the shape is changed.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnShapeChanged( _
       ByVal worksheet As IWorksheet, _
       ByVal e As ShapeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SpreadWinUIManager
    Dim worksheet As IWorksheet
    Dim e As ShapeEventArgs
     
    instance.OnShapeChanged(worksheet, e)
    protected override void OnShapeChanged( 
       IWorksheet worksheet,
       ShapeEventArgs e
    )

    Parameters

    worksheet
    The worksheet contains the shape.
    e
    The GrapeCity.Spreadsheet.Drawing.ShapeEventArgs instance containing the event data.
    See Also