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

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