Intersoft ClientUI Documentation
OnMouseWheel Method (UXClock)



MouseWheel event args.
Provides handling for mouse wheel action.
Syntax
Protected Overrides Sub OnMouseWheel( _
   ByVal e As MouseWheelEventArgs _
) 
Dim instance As UXClock
Dim e As MouseWheelEventArgs
 
instance.OnMouseWheel(e)
protected override void OnMouseWheel( 
   MouseWheelEventArgs e
)
protected:
void OnMouseWheel( 
   MouseWheelEventArgs^ e
) override 

Parameters

e
MouseWheel event args.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXClock Class
UXClock Members

Send Feedback