'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.