Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises this object's PropertyChanged event.
Namespace: Microsoft.Practices.Prism.ViewModel
Assembly: Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)
Syntax
protected virtual void RaisePropertyChanged(
string propertyName
)
'Declaration
Protected Overridable Sub RaisePropertyChanged ( _
propertyName As String _
)
Parameters
- propertyName
Type: System.String
The property that has a new value.