eDriven Framework API
Callback Property
NamespaceseDriven.Gui.ContainersDialogCallback
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public Action<string> Callback { get; set; }
Public Property Callback As Action(Of String)
	Get
	Set
public:
property Action<String^>^ Callback {
	Action<String^>^ get ();
	void set (Action<String^>^ value);
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)