Chart.OnLostFocus(EventArgs) Método

Definição

Aciona o evento LostFocus.Raises the LostFocus event.

protected:
 override void OnLostFocus(EventArgs ^ e);
protected override void OnLostFocus (EventArgs e);
override this.OnLostFocus : EventArgs -> unit
Protected Overrides Sub OnLostFocus (e As EventArgs)

Parâmetros

e
EventArgs

Um objeto que contém os dados do evento.An object that contains the event data.

Comentários

Gerar o LostFocus evento invoca o manipulador de eventos por meio de um delegado.Raising the LostFocus event invokes the event handler through a delegate. Para obter mais informações, consulte manipulando e gerando eventos.For more information, see Handling and raising events.

Aplica-se a