VSNDK.DebugEngine.AD7ProgramCreateEvent.Send C# (CSharp) Method

Send() static private method

Sends the event.
static private Send ( AD7Engine engine ) : void
engine AD7Engine The AD7Engine object that represents the DE.
return void
        internal static void Send(AD7Engine engine)
        {
            AD7ProgramCreateEvent eventObject = new AD7ProgramCreateEvent();
            engine.Callback.Send(eventObject, IID, null);
        }
AD7ProgramCreateEvent