ProgressBar.Leave Evento
Definición
Aparece cuando el foco sale del control ProgressBar.Occurs when focus leaves the ProgressBar control.
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
Tipo de evento
- Atributos
Comentarios
El ProgressBar control no puede recibir el foco de teclado, por lo que nunca provoca el Leave evento.The ProgressBar control cannot receive keyboard focus, so it never raises the Leave event.