OperationStatePropertyChangedRoutedEventArgs Class
Provides event arguments for a OperationState property change routed event, indicating the old and new values.
public class OperationStatePropertyChangedRoutedEventArgs : PropertyChangedRoutedEventArgs<OperationState>
- Inheritance:
- object EventArgs RoutedEventArgs PropertyChangedRoutedEventArgs<OperationState> object
Constructors
OperationStatePropertyChangedRoutedEventArgs(OperationState, OperationState)
Initializes an instance of the class.
public OperationStatePropertyChangedRoutedEventArgs(OperationState oldValue, OperationState newValue)
| Parameter | Type | Description |
|---|---|---|
| oldValue | OperationState | The previous value of the property being tracked as reported by an event. |
| newValue | OperationState | The new value of the property being tracked as reported by an event. |
OperationStatePropertyChangedRoutedEventArgs(RoutedEvent?, OperationState, OperationState)
Initializes an instance of the class.
public OperationStatePropertyChangedRoutedEventArgs(RoutedEvent? routedEvent, OperationState oldValue, OperationState newValue)
| Parameter | Type | Description |
|---|---|---|
| routedEvent | RoutedEvent | The routed event identifier for this event arguments instance. |
| oldValue | OperationState | The previous value of the property being tracked as reported by an event. |
| newValue | OperationState | The new value of the property being tracked as reported by an event. |
Inherited Members
- PropertyChangedRoutedEventArgs<OperationState>.NewValue
- PropertyChangedRoutedEventArgs<OperationState>.OldValue
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()