Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnShapeActivated Method
EventArgs object that contains the event data


In This Topic
OnShapeActivated Method
In This Topic
Raises the ShapeActivated event.
Syntax
'Declaration
 
Protected Overridable Sub OnShapeActivated( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As EventArgs
 
instance.OnShapeActivated(e)

Parameters

e
EventArgs object that contains the event data
See Also