Index Topic Contents | |||
Previous Topic: DAStatic Properties Relevant to DAMicrophone Objects Next Topic: Miscellaneous DAStatic Properties |
Miscellaneous DAStatic Functions
DAStatics Class
AppTriggeredEvent()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( )
Return Values
Returns the DAEvent object.
DAStatics Class
TriggerEventTriggers the event and passes the given data to the event handler.
lib.TriggerEvent(
event,
data
)Parameters
- event
- The DAEvent that is triggered.
- data
- The DABehavior object that is the data.
Remarks
The triggered event occurs as soon as possible.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.