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