Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MouseWheelHandler
C# Class MouseWheelHandler, CSharp.Controls.Graph.Chart
Class for effective catching WM_MOUSEWHEEL message to change ViewScale by mouse
Exibir arquivo
Open project: xHasKx/CSharp.Controls.Graph.Chart
Class Usage Examples
Public Methods
Method
Description
Add
(
Control
ctrl
,
Action
onMouseWheel
) :
void
Method Details
Add()
public
static
method
public
static
Add
(
Control
ctrl
,
Action
onMouseWheel
) :
void
ctrl
Control
onMouseWheel
Action
return
void