Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PropertyChangedArgs<T> Class

    Namespace: Stride.UI
    Assembly: Stride.UI.dll

    An argument class containing information about a property that changed.

    System.Object → PropertyChangedArgs<T>
    Derived from PropertyChangedArgs<T>:

    public class PropertyChangedArgs<T>
    Type Parameters
    Name Description
    T

    The type of the property that changed

    Name Description
    Properties
    NewValue
    OldValue
    | Improve this Doc View Source

    Properties


    NewValue

    public T NewValue { get; }
    Property Value
    Type Description
    T

    OldValue

    public T OldValue { get; }
    Property Value
    Type Description
    T

    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