SpreadsheetGear 2017
OnShapeAction Method (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : OnShapeAction Method
An instance of ShapeActionEventArgs which contains the event data.
Raises the ShapeAction event.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members
ShapeActionEventArgs Class
ShapeAction Event