TriggerAction.Invoke(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application developers override this method to provide the behavior that is triggered.
protected abstract void Invoke (object sender);
abstract member Invoke : obj -> unit
Parameters
- sender
- System.Object
The object on which to invoke the action.