LabeledProgress.CancelCommand Property
Cancel command
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.PendingChanges
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Property CancelCommand As ICommand
public ICommand CancelCommand { get; set; }
public:
property ICommand^ CancelCommand {
ICommand^ get ();
void set (ICommand^ value);
}
member CancelCommand : ICommand with get, set
function get CancelCommand () : ICommand
function set CancelCommand (value : ICommand)
Property Value
Type: System.Windows.Input.ICommand
Returns ICommand.
.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.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.PendingChanges Namespace