In This Topic

MouseLeave Event

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