'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 )
protected procedure OnShapeAction( e: ShapeActionEventArgs ); virtual;
protected function OnShapeAction( e : ShapeActionEventArgs );
protected: virtual void OnShapeAction( ShapeActionEventArgs* e )
protected: virtual void OnShapeAction( ShapeActionEventArgs^ e )
Parameters
- e
- An instance of ShapeActionEventArgs which contains the event data.