Share via


NotificationObject.RaisePropertyChanged Method (String)

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.

See Also

NotificationObject Class

RaisePropertyChanged Overload

Microsoft.Practices.Prism.ViewModel Namespace