Creates the event. The event can be used in the DAStatics subroutines Until and UntilEx to create reactive behaviors based on external events.
staticsObj.AppTriggeredEvent( )
Returns the DAEvent object.
Triggers the event and passes the given data to the event handler.
lib.TriggerEvent(
event,
data
)
The triggered event occurs as soon as possible.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.