[]
Occurs when the shape is changed.
protected virtual void OnShapeChanged(IWorksheet worksheet, ShapeEventArgs e)
Protected Overridable Sub OnShapeChanged(worksheet As IWorksheet, e As ShapeEventArgs)
Type | Name | Description |
---|---|---|
IWorksheet | worksheet | The worksheet contains the shape. |
ShapeEventArgs | e | The ShapeEventArgs instance containing the event data. |