Method OnAfterParentMouseWheel
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.AlternetUI.v10.dll
OnAfterParentMouseWheel(object, MouseEventArgs)
Called after the MouseWheel event of the Parent is raised.
protected override void OnAfterParentMouseWheel(object sender, MouseEventArgs e)
Parameters
sender
objectThe source of the event.
e
MouseEventArgsAn MouseEventArgs that contains the event data.