BaseObjectCollection.OnCollectionUpdated 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.
Action called when collection is updated
public:
property Action<Microsoft::MixedReality::Toolkit::Utilities::BaseObjectCollection ^> ^ OnCollectionUpdated { Action<Microsoft::MixedReality::Toolkit::Utilities::BaseObjectCollection ^> ^ get(); void set(Action<Microsoft::MixedReality::Toolkit::Utilities::BaseObjectCollection ^> ^ value); };
public Action<Microsoft.MixedReality.Toolkit.Utilities.BaseObjectCollection> OnCollectionUpdated { get; set; }
member this.OnCollectionUpdated : Action<Microsoft.MixedReality.Toolkit.Utilities.BaseObjectCollection> with get, set
Public Property OnCollectionUpdated As Action(Of BaseObjectCollection)