NotifyPropertyChangedDispatcherObject.RaisePropertyChanged Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Raises PropertyChanged event. This method can only be called on the thread associated with this object's dispatcher.

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Protected Overridable Sub RaisePropertyChanged ( _
    propertyName As String _
)
protected virtual void RaisePropertyChanged(
    string propertyName
)
protected:
virtual void RaisePropertyChanged(
    String^ propertyName
)
abstract RaisePropertyChanged : 
        propertyName:string -> unit  
override RaisePropertyChanged : 
        propertyName:string -> unit
protected function RaisePropertyChanged(
    propertyName : String
)

Parameters

  • propertyName
    Type: System.String

    The name of the property that changed.

Exceptions

Exception Condition
InvalidOperationException

The calling thread does not have access to this object.

.NET Framework Security

See Also

Reference

NotifyPropertyChangedDispatcherObject Class

Microsoft.TeamFoundation.MVVM Namespace