IMixedRealitySceneSystem.OnContentUnloaded 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 after a set of content scenes have been completely unloaded. Includes names of all scenes about to be unloaded.
public:
property Action<System::Collections::Generic::IEnumerable<System::String ^> ^> ^ OnContentUnloaded { Action<System::Collections::Generic::IEnumerable<System::String ^> ^> ^ get(); void set(Action<System::Collections::Generic::IEnumerable<System::String ^> ^> ^ value); };
public Action<System.Collections.Generic.IEnumerable<string>> OnContentUnloaded { get; set; }
member this.OnContentUnloaded : Action<seq<string>> with get, set
Public Property OnContentUnloaded As Action(Of IEnumerable(Of String))