Registers a CommandBinding with the specified type.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public static void RegisterClassCommandBinding(
	Type type,
	CommandBinding commandBinding
)
Visual Basic
Public Shared Sub RegisterClassCommandBinding ( _
	type As Type, _
	commandBinding As CommandBinding _
)

Parameters

type
Type: System..::..Type
The class with which to register commandBinding.
commandBinding
Type: C1.Phone..::..CommandBinding
The command binding to register.

See Also