PictureBox.Leave Event

Definition

Occurs when input focus leaves the PictureBox.

public:
 event EventHandler ^ Leave;
[System.ComponentModel.Browsable(false)]
public event EventHandler Leave;
[System.ComponentModel.Browsable(false)]
public event EventHandler? Leave;
[<System.ComponentModel.Browsable(false)>]
member this.Leave : EventHandler 
Public Custom Event Leave As EventHandler 

Event Type

Attributes

Remarks

For more information about handling events, see Handling and Raising Events.

Applies to