Share via


ModelItem.OnPropertyChanged Method

Notifies derived classes when a property changes.

Syntax

  protected void OnPropertyChanged(
  string  
  property
);

Parameters

property

System.String.  The name of the property.

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