[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.UI.UIManager.OnShapeChanged

OnShapeChanged Method

OnShapeChanged(IWorksheet, ShapeEventArgs)

Occurs when the shape is changed.

Declaration
protected virtual void OnShapeChanged(IWorksheet worksheet, ShapeEventArgs e)
Protected Overridable Sub OnShapeChanged(worksheet As IWorksheet, e As ShapeEventArgs)
Parameters
Type Name Description
IWorksheet worksheet

The worksheet contains the shape.

ShapeEventArgs e

The ShapeEventArgs instance containing the event data.