'Declaration
Public Event ValueChanged As PropertyChangedEventHandler
public event PropertyChangedEventHandler ValueChanged
Event Data
The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
PropertyName |
See Also