CommandBehaviorBase<T> Class

Base behavior to handle connecting a Control to a Command.

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

Syntax

public class CommandBehaviorBase<T>
where T : Control
'Declaration
Public Class CommandBehaviorBase(Of T As Control)

Type Parameters

  • T
    The target object must derive from Control

Remarks

CommandBehaviorBase can be used to provide new behaviors similar to ButtonBaseClickCommandBehavior.

Inheritance Hierarchy

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

See Also

CommandBehaviorBase<T> Members

Microsoft.Practices.Prism.Commands Namespace