- Found in:
- Dylbills PE
voidfunctionRegisterFormForAnimationEvents(FormakForm, ObjectReferenceakSender, string[]AnimationEvents)Global
Description
Documentation Comment
register the akForm to recieve all AnimationEvents from the akSender
no requirements
Parameters
FormakForm
ObjectReferenceakSender
string[]AnimationEvents
Examples
Auto-Generated Example
Form myForm__akForm
ObjectReference myObjectReference__akSender
string[] myStringArray__AnimationEvents
DbMiscFunctions.RegisterFormForAnimationEvents(myForm__akForm, myObjectReference__akSender, myStringArray__AnimationEvents)