PropertyChangedEventHandler Delegate
Represents the method that handles the property changes in the IPropertyObject object.
Syntax
public delegate void PropertyChangedEventHandler(
IPropertyObject
sender
,
string property
);
Parameters
sender
Microsoft.MediaCenter.UI.IPropertyObject. The object whose property has changed.
property
System.String. The name of the property that has changed.
Requirements
Reference: Microsoft.MediaCenter.UI
Namespace: Microsoft.MediaCenter.UI
Assembly: Microsoft.MediaCenter.UI.dll
Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later
See Also