Class NavigateToScreenAction
public sealed class NavigateToScreenAction : PrototypingActionBase, IAnimatable, IAttachedObject
- Inheritance
-
NavigateToScreenAction
- Implements
- Inherited Members
- Extension Methods
Fields
TargetScreenProperty
public static readonly DependencyProperty TargetScreenProperty
Field Value
Properties
TargetScreen
public string TargetScreen { get; set; }
Property Value
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the Freezable derived class.
protected override Freezable CreateInstanceCore()
Returns
- Freezable
The new instance.
Invoke(object)
Invokes the action.
protected override void Invoke(object parameter)
Parameters
parameter
objectThe parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.