[To be supplied.]
The following declaration shows the syntax for a method that handles the Leave event.
[Visual Basic] Private Sub PictureBoxName_Leave( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void PictureBoxName_Leave( object sender, EventArgs e ); [C++] private: void PictureBoxName_Leave( Object* sender, EventArgs* e ); [JScript] private PictureBoxName_Leave( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
PictureBox Class | PictureBox MembersTopic | System.WinForms Namespace