[]
Represents the method that handles the axis scroll event.
public delegate void AxisScrollEventHandler(object sender, AxisScrollEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
AxisScrollEventArgs | e | A AxisScrollEventArgs that contains event data. |
Name | Description |
---|---|
AxisScrollEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, AxisScrollEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, AxisScrollEventArgs) |