Class PropertyChangedEventArgsBase<TSource, TValue>
Inheritance
System.Object
System.EventArgs
PropertyChangedEventArgsBase<TSource, TValue>
Implements
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 SourcePropertyChangedEventArgsBase(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 SourceNewValue
Declaration
protected TValue NewValue { get; }
Property Value
Type | Description |
---|---|
TValue |
OldValue
Declaration
protected TValue OldValue { get; }
Property Value
Type | Description |
---|---|
TValue |
PropertyInfo
Declaration
public abstract PropertyInfo PropertyInfo { get; }
Property Value
Type | Description |
---|---|
System.Reflection.PropertyInfo |
PropertyName
Declaration
public abstract string PropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Source
Declaration
public TSource Source { get; }
Property Value
Type | Description |
---|---|
TSource |
Explicit Interface Implementations
| Improve this Doc View SourceIPropertyChangedEventArgs.NewValue
Declaration
object IPropertyChangedEventArgs.NewValue { get; }
Returns
Type | Description |
---|---|
System.Object |
IPropertyChangedEventArgs.OldValue
Declaration
object IPropertyChangedEventArgs.OldValue { get; }
Returns
Type | Description |
---|---|
System.Object |
IPropertyChangedEventArgs.Source
Declaration
object IPropertyChangedEventArgs.Source { get; }
Returns
Type | Description |
---|---|
System.Object |