Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Callback Property
NamespacesGenesyslab.Desktop.Infrastructure.CommandsCommandActivatorCallback
Gets or sets the callback which enables you to retrieve an instance of the command.
Declaration Syntax
C#Visual BasicVisual C++
public Func<IElementOfCommand> Callback { get; set; }
Public Property Callback As Func(Of IElementOfCommand)
public:
property Func<IElementOfCommand^>^ Callback {
	Func<IElementOfCommand^>^ get ();
	void set (Func<IElementOfCommand^>^ value);
}
Value
The callback must return an instance of the new command. If null, CommandType must be set. This property has priority over CommandType.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)