In This Topic

MouseEnter Event

In This Topic
Syntax
'Declaration
 
Public Event MouseEnter As EventHandler
public event EventHandler MouseEnter
public event MouseEnter: EventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event EventHandler* MouseEnter
public:
event EventHandler^ MouseEnter
See Also