'Declaration
Protected Overridable Sub OnShapeSelectionChanging( _ ByVal e As ShapeSelectionChangingEventArgs _ )
'Usage
Dim instance As WorkbookView Dim e As ShapeSelectionChangingEventArgs instance.OnShapeSelectionChanging(e)
protected virtual void OnShapeSelectionChanging( ShapeSelectionChangingEventArgs e )
protected procedure OnShapeSelectionChanging( e: ShapeSelectionChangingEventArgs ); virtual;
protected function OnShapeSelectionChanging( e : ShapeSelectionChangingEventArgs );
protected: virtual void OnShapeSelectionChanging( ShapeSelectionChangingEventArgs* e )
protected: virtual void OnShapeSelectionChanging( ShapeSelectionChangingEventArgs^ e )
Parameters
- e
- An instance of ShapeSelectionChangingEventArgs which contains the event data.