Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    PropertyContainer.PropertyUpdatedDelegate Delegate

    Namespace: Stride.Core
    Assembly: Stride.Core.dll

    Property changed delegate.

    public delegate void PropertyUpdatedDelegate(ref PropertyContainer propertyContainer, PropertyKey propertyKey, object newValue, object oldValue);
    Parameters
    Type Name Description
    PropertyContainer propertyContainer

    The property container.

    PropertyKey propertyKey

    The property key.

    System.Object newValue

    The property new value.

    System.Object oldValue

    The property old value.


    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation