Miscellaneous DAStatics Functions

This section contains reference material for miscellaneous functions of the DAStatics class.

AppTriggeredEvent Creates the event. The event can be used in the DAStatics functions Until and UntilEx to create reactive behaviors based on external events.
TriggerEvent Triggers the event and passes the given data to the event handler.

AppTriggeredEvent

DAStatics Class

Creates the event. The event can be used in the DAStatics functions Until and UntilEx to create reactive behaviors based on external events.

Syntax

staticsObj.AppTriggeredEvent( )

Return Value

Returns the DAEvent object.

TriggerEvent

DAStatics Class

Triggers the event and passes the given data to the event handler.

Syntax

lib.TriggerEvent( event, data )

Parameters

event
DAEvent that is triggered.
data
DABehavior object that is the data.

Remarks

The triggered event occurs as soon as possible.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.