Search Results for

    Interface IPropertyChangedEventArgs

    Namespace: WinMan
    Assembly: WinMan.dll
    Syntax
    public interface IPropertyChangedEventArgs

    Properties

    | Improve this Doc View Source

    NewValue

    Declaration
    object NewValue { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    OldValue

    Declaration
    object OldValue { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    PropertyInfo

    Declaration
    PropertyInfo PropertyInfo { get; }
    Property Value
    Type Description
    System.Reflection.PropertyInfo
    | Improve this Doc View Source

    PropertyName

    Declaration
    string PropertyName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Source

    Declaration
    object Source { get; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX