IAction Interface
Interface implemented by all custom actions.
Namespace: Microsoft.Xaml.Interactivity
Assembly: Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)
Syntax
'Declaration
Public Interface IAction
public interface IAction
public interface class IAction
type IAction = interface end
public interface IAction
The IAction type exposes the following members.
Methods
Name | Description | |
---|---|---|
Execute | Executes the action. |
Top