Namespace: DeltaEngine.Editor.AppBuilderAssembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
public event Action<AppInfo, byte[]> BuiltAppRecieved
public event Action<AppInfo, byte[]> BuiltAppRecieved
Public Event BuiltAppRecieved As Action(Of AppInfo, Byte())
Public Event BuiltAppRecieved As Action(Of AppInfo, Byte())
public:
event Action<AppInfo^, array<unsigned char>^>^ BuiltAppRecieved {
void add (Action<AppInfo^, array<unsigned char>^>^ value);
void remove (Action<AppInfo^, array<unsigned char>^>^ value);
}
public:
event Action<AppInfo^, array<unsigned char>^>^ BuiltAppRecieved {
void add (Action<AppInfo^, array<unsigned char>^>^ value);
void remove (Action<AppInfo^, array<unsigned char>^>^ value);
}
member BuiltAppRecieved : IEvent<Action<AppInfo, byte[]>,
EventArgs>
member BuiltAppRecieved : IEvent<Action<AppInfo, byte[]>,
EventArgs>
Value
Type:
System Action AppInfo,
Byte