ButtonBaseClickCommandBehavior Class

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

Namespace:  Microsoft.Practices.Prism.Commands
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class ButtonBaseClickCommandBehavior : CommandBehaviorBase<ButtonBase>
'Declaration
Public Class ButtonBaseClickCommandBehavior _
    Inherits CommandBehaviorBase(Of ButtonBase)

Remarks

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

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Commands.CommandBehaviorBase<ButtonBase>
    Microsoft.Practices.Prism.Commands.ButtonBaseClickCommandBehavior

See Also

ButtonBaseClickCommandBehavior Members

Microsoft.Practices.Prism.Commands Namespace