IAction::Execute Method
Executes the action.
Namespace: Microsoft.Xaml.Interactivity
Assembly: Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)
Parameters
- sender
- Type: System::Object
The Object that is passed to the action by the behavior. Generally this is AssociatedObject or a target object.
- parameter
- Type: System::Object
The value of this parameter is determined by the caller.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: