PerformAction Method (Action)
Invoked when an action occurs.
public abstract void PerformAction(
object
)
'Declaration
Public MustOverride Sub PerformAction( _
ByVal As Object _
)
'Usage
Dim instance As Action
Dim sender As Object
instance.PerformAction(sender)
Parameters
- sender
- Object on which the action occurred