PropertyChangedEventArgs<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PropertyChangedEventArgs class
generic <typename T>
public ref class PropertyChangedEventArgs : EventArgs
public class PropertyChangedEventArgs<T> : EventArgs
type PropertyChangedEventArgs<'T> = class
inherit EventArgs
Public Class PropertyChangedEventArgs(Of T)
Inherits EventArgs
Type Parameters
- T
Properties type
- Inheritance
-
PropertyChangedEventArgs<T>
Constructors
PropertyChangedEventArgs<T>(T[]) |
Initializes a new instance of the PropertyChangedEventArgs<T> class. |
Properties
Properties |
The property that changed |
Methods
HasAnyProperties(T[]) |
If any properties is contained in the changes |
HasProperty(T) |
Return true if this event contains a change for a property |