Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PropertyChangedExtendedEventArgs Class

    Namespace: Stride.Core
    Assembly: Stride.Core.dll
    System.Object → System.EventArgs → System.ComponentModel.PropertyChangedEventArgs → PropertyChangedExtendedEventArgs
    Derived from PropertyChangedExtendedEventArgs:

    public class PropertyChangedExtendedEventArgs : PropertyChangedEventArgs
    Name Description
    Constructors
    PropertyChangedExtendedEventArgs(PropertyInfo, Object, Object)
    Properties
    NewValue
    OldValue
    PropertyInfo
    | Improve this Doc View Source

    Constructors


    PropertyChangedExtendedEventArgs(PropertyInfo, Object, Object)

    public PropertyChangedExtendedEventArgs(PropertyInfo propertyInfo, object oldValue, object newValue)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo propertyInfo
    System.Object oldValue
    System.Object newValue
    | Improve this Doc View Source

    Properties


    NewValue

    public object NewValue { get; }
    Property Value
    Type Description
    System.Object

    OldValue

    public object OldValue { get; }
    Property Value
    Type Description
    System.Object

    PropertyInfo

    public PropertyInfo PropertyInfo { get; }
    Property Value
    Type Description
    System.Reflection.PropertyInfo

    Inherited Members

    System.ComponentModel.PropertyChangedEventArgs.PropertyName
    System.EventArgs.Empty

    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