ComponentTray.OnMouseMove(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.
Called when the mouse cursor position has changed.
protected:
override void OnMouseMove(System::Windows::Forms::MouseEventArgs ^ e);
protected override void OnMouseMove (System.Windows.Forms.MouseEventArgs e);
override this.OnMouseMove : System.Windows.Forms.MouseEventArgs -> unit
Protected Overrides Sub OnMouseMove (e As MouseEventArgs)
Parameters
A MouseEventArgs that provides data for the event.
Notes to Inheritors
When overriding OnMouseMove(MouseEventArgs) in a derived class, be sure to call the base class's OnMouseMove(MouseEventArgs) method so that registered delegates receive the event.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.