Version

RegisterCommandTarget Method

Registers the specified ICommandTarget with the CommandSourceManager
Syntax
'Declaration
 
Public Shared Sub RegisterCommandTarget( _
   ByVal target As ICommandTarget _
) 
public static void RegisterCommandTarget( 
   ICommandTarget target
)

Parameters

target
Remarks
Once registered, if a Infragistics.Controls.CommandSource is unable to resolve a target from walking up the VisualTree, it will turn to the CommandSourceManager to find all ICommandTarget objects that support the given System.Windows.Input.ICommand
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also