DirectAnimation Animated Header --Miscellaneous DAStatic Functions DirectAnimation Animated Header --Miscellaneous DAStatic Functions* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DAStatic Properties Relevant to DAMicrophone Objects
*Next Topic: Miscellaneous DAStatic Properties

Miscellaneous DAStatic Functions



AppTriggeredEvent()

DAStatics Class

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

DAStatics Class

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.

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

*Top of Page