In This Topic
Raises the
ShapeActivated event.
Syntax
'Declaration
Protected Overridable Sub OnShapeActivated( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnShapeActivated(e)
protected virtual void OnShapeActivated(
EventArgs
)
Parameters
- e
- EventArgs object that contains the event data
See Also