mscorlib(4.0.0.0) API with additions
INotifyPropertyChanged.cs
1
namespace
System.ComponentModel
2
{
4
[global::__DynamicallyInvokable]
5
public
interface
INotifyPropertyChanged
6
{
8
[global::__DynamicallyInvokable]
9
event
PropertyChangedEventHandler
PropertyChanged
;
10
}
11
}
System.ComponentModel.INotifyPropertyChanged
Notifies clients that a property value has changed.
Definition:
INotifyPropertyChanged.cs:5
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
PropertyChangedEventHandler PropertyChanged
Occurs when a property value changes.
Definition:
INotifyPropertyChanged.cs:9
System.ComponentModel.PropertyChangedEventHandler
delegate void PropertyChangedEventHandler(object sender, PropertyChangedEventArgs e)
Represents the method that will handle the E:System.ComponentModel.INotifyPropertyChanged....
System.ComponentModel
Definition:
AddingNewEventArgs.cs:3
All cs
System.ComponentModel
INotifyPropertyChanged.cs
Generated by
1.8.15