'Declaration Public Delegate Sub AxisScrollEventHandler( _ ByVal sender As System.Object, _ ByVal e As AxisScrollEventArgs _ )
public delegate void AxisScrollEventHandler( System.object sender, AxisScrollEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A AxisScrollEventArgs that contains event data.