ButtonBaseClickCommandBehavior Class

Behavior that allows controls that derrive from ButtonBase to hook up with ICommand objects.

Namespace:  Microsoft.Practices.Composite.Presentation.Commands
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Class ButtonBaseClickCommandBehavior _
    Inherits CommandBehaviorBase(Of ButtonBase)
public class ButtonBaseClickCommandBehavior : CommandBehaviorBase<ButtonBase>
public ref class ButtonBaseClickCommandBehavior : public CommandBehaviorBase<ButtonBase^>
Microsoft.Practices.Composite.Presentation.Commands.ButtonBaseClickCommandBehavior = function();

Type.createClass(
    'Microsoft.Practices.Composite.Presentation.Commands.ButtonBaseClickCommandBehavior',
    Microsoft.Practices.Composite.Presentation.Commands.CommandBehaviorBase`1);

Remarks

This Behavior is required in Silverlight, because Silverlight does not have Commanding support.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Presentation.Commands.CommandBehaviorBase<ButtonBase>
    Microsoft.Practices.Composite.Presentation.Commands.ButtonBaseClickCommandBehavior

See Also

ButtonBaseClickCommandBehavior Members

Microsoft.Practices.Composite.Presentation.Commands Namespace