Share via


ModelItem.FirePropertyChanged Method

Raises the ModelItem.PropertyChanged event for a property that has changed.

Syntax

  protected void FirePropertyChanged(
  string  
  property
);

Parameters

property

System.String.  The name of the property that 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