FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / OnClick Method


In This Topic
OnClick Method (RoundedRectangleShape)
In This Topic
Click processing.
Syntax
'Declaration
 
Protected Overridable Sub OnClick( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim e As EventArgs
 
instance.OnClick(e)

Parameters

e
See Also