Spread Silverlight Documentation
OnMouseWheel Method (ToolbarDropDown)


GrapeCity.Windows.SpreadSheet.UI Namespace > ToolbarDropDown Class : OnMouseWheel Method
Syntax
'Declaration
 
Protected Overridable Sub OnMouseWheel( _
   ByVal e As System.Windows.Input.MouseWheelEventArgs _
) 
'Usage
 
Dim instance As ToolbarDropDown
Dim e As System.Windows.Input.MouseWheelEventArgs
 
instance.OnMouseWheel(e)
protected virtual void OnMouseWheel( 
   System.Windows.Input.MouseWheelEventArgs e
)

Parameters

e
See Also

Reference

ToolbarDropDown Class
ToolbarDropDown Members