ScrollBar.MouseMove Event
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Shadows Event MouseMove As MouseEventHandler [C#] public new event MouseEventHandler MouseMove; [C++] public: __event MouseEventHandler* MouseMove;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
See Also
ScrollBar Class | ScrollBar Members | System.Windows.Forms Namespace