IInputElement.MouseEnter Event
Definition
Occurs when the mouse pointer enters the bounds of this element.
public:
event System::Windows::Input::MouseEventHandler ^ MouseEnter;
event System.Windows.Input.MouseEventHandler MouseEnter;
member this.MouseEnter : System.Windows.Input.MouseEventHandler
Event MouseEnter As MouseEventHandler
Event Type
Remarks
This interface is not intended for public implementation. For more information, see remarks for the IInputElement interface.