InteractiveElementRuntimeExample.CreateNewState 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.
Create a state with a new name. This state will be initialized with the StateEvents event configuration that contains the OnStateOn and OnStateOff events.
public:
void CreateNewState();
public void CreateNewState ();
member this.CreateNewState : unit -> unit
Public Sub CreateNewState ()