'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 )
Parameters
- e
- An instance of ShapeSelectionChangedEventArgs which contains the event data.