Share via


NotifyPropertyChangedDispatcherObject Constructor (Dispatcher)

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

Initializes a new instance of the NotifyPropertyChangedDispatcherObject class.

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

Syntax

'Declaration
Public Sub New ( _
    dispatcher As Dispatcher _
)
public NotifyPropertyChangedDispatcherObject(
    Dispatcher dispatcher
)
public:
NotifyPropertyChangedDispatcherObject(
    Dispatcher^ dispatcher
)
new : 
        dispatcher:Dispatcher -> NotifyPropertyChangedDispatcherObject
public function NotifyPropertyChangedDispatcherObject(
    dispatcher : Dispatcher
)

Parameters

.NET Framework Security

See Also

Reference

NotifyPropertyChangedDispatcherObject Class

NotifyPropertyChangedDispatcherObject Overload

Microsoft.TeamFoundation.MVVM Namespace