class PropertyChangedEventArgs
in global :: System . ComponentModel
Provides data for the event.
public PropertyChangedEventArgs( string propertyName )
Initializes a new instance of the class.
propertyNameThe name of the property that changed.
public string PropertyName { get; }
Gets the name of the property that changed.
- Returns The name of the property that changed.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.