NotifyPropertyChangedDispatcherObject.RaisePropertyChanged Method
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.StringThe name of the property that changed.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The calling thread does not have access to this object. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.