Intersoft ClientUI Documentation
OnMouseWheel Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXRangeSliderBar Class : OnMouseWheel Method






e
MouseWheel event args.
Provides handling for mouse wheel action.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnMouseWheel( _
   ByVal e As MouseWheelEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXRangeSliderBar
Dim e As MouseWheelEventArgs
 
instance.OnMouseWheel(e)
C# 
protected override void OnMouseWheel( 
   MouseWheelEventArgs e
)
Delphi 
protected procedure OnMouseWheel( 
    e: MouseWheelEventArgs
); override; 
JScript 
protected override function OnMouseWheel( 
   e : MouseWheelEventArgs
);
Managed Extensions for C++ 
protected: void OnMouseWheel( 
   MouseWheelEventArgs* e
) override 
C++/CLI 
protected:
void OnMouseWheel( 
   MouseWheelEventArgs^ e
) override 

Parameters

e
MouseWheel event args.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.