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!

Control.OnMouseEnter

Inheriting classes should override this method to handle this event. Call base.onMouseEnter to send this event to any registered event listeners.

[Visual Basic]
Overridable Protected Sub OnMouseEnter( _
   ByVal e As EventArgs _
)
[C#]
protected virtual void OnMouseEnter(
   EventArgs e
);
[C++]
protected: virtual void OnMouseEnter(
   EventArgs* e
);
[JScript]
protected function OnMouseEnter(
   e : EventArgs
);

Parameters

e
event

See Also

Control Class | Control Members | System.WinForms Namespace | AddOnMouseEnter | RemoveOnMouseEnter