MixedRealitySceneSystem.OnContentUnloaded Property

Definition

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))

Property Value

Implements

Applies to