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