ExpandCollapseCommand Constructor

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

Creates a new instance of the ExpandCollapseCommand.

Namespace:  Microsoft.TeamFoundation.Controls.WPF.Commands
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    expandOnExecute As Boolean _
)
public ExpandCollapseCommand(
    bool expandOnExecute
)
public:
ExpandCollapseCommand(
    bool expandOnExecute
)
new : 
        expandOnExecute:bool -> ExpandCollapseCommand
public function ExpandCollapseCommand(
    expandOnExecute : boolean
)

Parameters

  • expandOnExecute
    Type: System.Boolean

    True to expand the Expander when the command executes. False to collapse the Expander when the command executes.

.NET Framework Security

See Also

Reference

ExpandCollapseCommand Class

Microsoft.TeamFoundation.Controls.WPF.Commands Namespace