Compartilhar via


_ApplicationEvents_QuitEventHandler Delegar

Definição

Representa o método que tratará o Quit evento.

public delegate void _ApplicationEvents_QuitEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _ApplicationEvents_QuitEventHandler();
type _ApplicationEvents_QuitEventHandler = delegate of unit -> unit
Public Delegate Sub _ApplicationEvents_QuitEventHandler()
Atributos

Comentários

Ao criar um _ApplicationEvents_QuitEventHandler delegado, você identifica o método que tratará o evento. Para associar o evento ao manipulador de eventos, adicione uma instância do delegado ao evento. O manipulador de eventos é chamado sempre que o evento ocorre, a menos que você remova o delegado. Para obter mais informações, consulte Eventos e Delegados.

Aplica-se a