'Declaration Public MustOverride Sub DoMouseLeave( _
ByVal eThe System.EventArgs instance containing the event data.As System.EventArgs _
)
public abstract void DoMouseLeave(
System.EventArgs e
)
public: abstract void DoMouseLeave(
System.EventArgs* e
)
public:
abstract void DoMouseLeave(
System.EventArgs^ e
)
Parameters
- e
- The System.EventArgs instance containing the event data.