IReportItem.OnMouseWheel(MouseEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool OnMouseWheel(System::Windows::Forms::MouseEventArgs ^ e);
public bool OnMouseWheel (System.Windows.Forms.MouseEventArgs e);
abstract member OnMouseWheel : System.Windows.Forms.MouseEventArgs -> bool
Public Function OnMouseWheel (e As MouseEventArgs) As Boolean