Search Results for

    Class PropertyChangedEventArgsBase<TSource, TValue>

    Inheritance
    System.Object
    System.EventArgs
    PropertyChangedEventArgsBase<TSource, TValue>
    CursorLocationChangedEventArgs
    Implements
    IPropertyChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: WinMan
    Assembly: WinMan.dll
    Syntax
    public abstract class PropertyChangedEventArgsBase<TSource, TValue> : EventArgs, IPropertyChangedEventArgs
    Type Parameters
    Name Description
    TSource
    TValue

    Constructors

    | Improve this Doc View Source

    PropertyChangedEventArgsBase(TSource, TValue, TValue)

    Declaration
    protected PropertyChangedEventArgsBase(TSource source, TValue newValue, TValue oldValue)
    Parameters
    Type Name Description
    TSource source
    TValue newValue
    TValue oldValue

    Properties

    | Improve this Doc View Source

    NewValue

    Declaration
    protected TValue NewValue { get; }
    Property Value
    Type Description
    TValue
    | Improve this Doc View Source

    OldValue

    Declaration
    protected TValue OldValue { get; }
    Property Value
    Type Description
    TValue
    | Improve this Doc View Source

    PropertyInfo

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

    PropertyName

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

    Source

    Declaration
    public TSource Source { get; }
    Property Value
    Type Description
    TSource

    Explicit Interface Implementations

    | Improve this Doc View Source

    IPropertyChangedEventArgs.NewValue

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

    IPropertyChangedEventArgs.OldValue

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

    IPropertyChangedEventArgs.Source

    Declaration
    object IPropertyChangedEventArgs.Source { get; }
    Returns
    Type Description
    System.Object

    Implements

    IPropertyChangedEventArgs
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX