Namespace: DeltaEngine.CoreAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public event Action<string> StandardOutputEvent
public event Action<string> StandardOutputEvent
Public Event StandardOutputEvent As Action(Of String)
Public Event StandardOutputEvent As Action(Of String)
public:
event Action<String^>^ StandardOutputEvent {
void add (Action<String^>^ value);
void remove (Action<String^>^ value);
}
public:
event Action<String^>^ StandardOutputEvent {
void add (Action<String^>^ value);
void remove (Action<String^>^ value);
}
member StandardOutputEvent : IEvent<Action<string>,
EventArgs>
member StandardOutputEvent : IEvent<Action<string>,
EventArgs>
Value
Type:
System Action String