Event PropertyChanged
Occurs when a property value changes. For example, this event is raised when the Count property changes due to addition or removal of items.
public event PropertyChangedEventHandler PropertyChanged
Returns
- PropertyChangedEventHandler
- Occurs when a property value changes. For example, this event is raised when the property changes due to addition or removal of items.
- Implements