TriggerAction.Invoke(Object) Method

Definition

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
Object

The object on which to invoke the action.

Applies to