CommandBehaviorBase<T> Class

Base behavior to handle connecting a Control to a Command.

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

Syntax

'Declaration
Public Class CommandBehaviorBase(Of T As Control)
public class CommandBehaviorBase<T>
where T : Control
generic<typename T>
where T : Control
public ref class CommandBehaviorBase
JavaScript does not support generic types or methods.

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.Composite.Presentation.Commands.CommandBehaviorBase<T>
    Microsoft.Practices.Composite.Presentation.Commands.ButtonBaseClickCommandBehavior

See Also

CommandBehaviorBase<T> Members

Microsoft.Practices.Composite.Presentation.Commands Namespace