T
Infragistics3.Wpf.v8.1
Generic Commands Class
See Also  Members  
Infragistics.Windows.Commands Namespace : Generic Commands Class

An abstract class for defining and managing the global list of available RoutedCommands for a specific component type.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class Commands(Of T As ICommandHost) 
   Inherits CommandsBase
C# 
public abstract class Commands<T> : CommandsBase where T: ICommandHost

Type Parameters

T

See Also