CanExecuteDependsOnPropertyAttribute Constructor

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

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

Syntax

'Declaration
Public Sub New ( _
    propertyName As String _
)
public CanExecuteDependsOnPropertyAttribute(
    string propertyName
)
public:
CanExecuteDependsOnPropertyAttribute(
    String^ propertyName
)
new : 
        propertyName:string -> CanExecuteDependsOnPropertyAttribute
public function CanExecuteDependsOnPropertyAttribute(
    propertyName : String
)

Parameters

.NET Framework Security

See Also

Reference

CanExecuteDependsOnPropertyAttribute Class

Microsoft.TeamFoundation.MVVM Namespace