CommandBindingCollection::Remove Method (CommandBinding^)

 

Removes the first occurrence of the specified CommandBinding from this CommandBindingCollection.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
void Remove(
	CommandBinding^ commandBinding
)

Parameters

commandBinding
Type: System.Windows.Input::CommandBinding^

The binding to remove.

.NET Framework
Available since 3.0
Return to top
Show: