OnClick Method (PSObject)
In This Topic
Click processing.
Syntax
'Declaration
Protected Overrides Sub OnClick( _
ByVal As EventArgs _
)
'Usage
Dim instance As PSObject
Dim e As EventArgs
instance.OnClick(e)
protected override void OnClick(
EventArgs
)
Parameters
- e
See Also