SceneTransitionService.OnTransitionCompleted Property
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.
Called when transition ends. This is called at the end of a transition, not at the end of a scene load. For scene load events, we recommend using IMixedRealitySceneSystem.
public:
property Action ^ OnTransitionCompleted { Action ^ get(); void set(Action ^ value); };
public Action OnTransitionCompleted { get; set; }
member this.OnTransitionCompleted : Action with get, set
Public Property OnTransitionCompleted As Action