StartAnimationAction.Execute(Object, 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.
public object Execute(object sender, object parameter);
abstract member Execute : obj * obj -> obj
override this.Execute : obj * obj -> obj
Public Function Execute (sender As Object, parameter As Object) As Object
Parameters
- sender
- Object
- parameter
- Object
Returns
Implements
Microsoft.Xaml.Interactivity.IAction.Execute(System.Object,System.Object)