ComponentOne MediaPlayer for WPF and Silverlight
PropertyChanged Event (C1MediaChapter)

C1.Silverlight.MediaPlayer Namespace > C1MediaChapter Class : PropertyChanged Event
Occurs when the items list of the collection has changed, or the collection is reset.
Syntax
'Declaration
 
Public Event PropertyChanged As PropertyChangedEventHandler
public event PropertyChangedEventHandler PropertyChanged
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.

PropertyDescription
 
See Also