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.
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.
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
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.