CommandBindingCollection Constructor (IList^)

 

Initializes a new instance of the CommandBindingCollection class using the items in the specified IList.

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

public:
CommandBindingCollection(
	IList^ commandBindings
)

Parameters

commandBindings
Type: System.Collections::IList^

The collection whose items are copied to the new CommandBindingCollection.

.NET Framework
Available since 3.0
Return to top
Show: