AppEvents_SheetBeforeDeleteEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um tipo delegado usado para adicionar um manipulador de eventos para o SheetBeforeDelete evento. O evento SheetBeforeDelete ocorre antes de qualquer planilha ser excluída.
public delegate void AppEvents_SheetBeforeDeleteEventHandler(System::Object ^ Sh);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_SheetBeforeDeleteEventHandler(object Sh);
Public Delegate Sub AppEvents_SheetBeforeDeleteEventHandler(Sh As Object)
Parâmetros
- Sh
- Object
- Atributos