Example: Display event handler
The following event handler for the
AnimationStart
event of the Display
object, displays a messages when the display is run.Private Sub Display_AnimationStart() MsgBox "Hello World" End Sub
Provide Feedback