'Declaration
Protected Overridable Sub OnShapeAction( _ ByVal e As ShapeActionEventArgs _ )
'Usage
Dim instance As WorkbookView Dim e As ShapeActionEventArgs instance.OnShapeAction(e)
protected virtual void OnShapeAction( ShapeActionEventArgs e )
Parameters
- e
- An instance of ShapeActionEventArgs which contains the event data.