Home
Contacts
Request to Publish Manuals
Request to Remove Manuals
Introduction
ViewAngleChanged
Public Event ViewAngleChanged(Source As Integer)
Occurs when the user scrolls the current graph to a new viewing angle.
Example..
Private Sub ecGraph3D1_ViewAngleChanged(source) 'Called when this Event is raised in ecGraph3D.ocx ... End Sub