Miscellaneous DAStatic Functions



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.


TriggerEvent

Triggers 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.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.