NotificationObject.RaisePropertyChanged<T> Method (Expression<Func<T>>)

Raises this object's PropertyChanged event.

Namespace:  Microsoft.Practices.Prism.ViewModel
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

protected void RaisePropertyChanged<T>(
    Expression<Func<T>> propertyExpression
)
'Declaration
Protected Sub RaisePropertyChanged(Of T) ( _
    propertyExpression As Expression(Of Func(Of T)) _
)

Parameters

Type Parameters

  • T
    The type of the property that has a new value

See Also

NotificationObject Class

RaisePropertyChanged Overload

Microsoft.Practices.Prism.ViewModel Namespace