NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MouseEventArgs.Delta

Gets a signed count of the number of detents the mouse wheel has rotated.

[Visual Basic]
Public ReadOnly Property Delta As Integer
[C#]
public int Delta {get;}
[C++]
public: __property int get_Delta();
[JScript]
public function get Delta() : int;

Property Value

A signed count of the number of detents the mouse wheel has rotated.

See Also

MouseEventArgs Class | MouseEventArgs Members | System.WinForms Namespace | X | Y