AppEvents_SheetDeactivateEventHandler Delegar

Definição

Um tipo delegado usado para adicionar um manipulador de eventos para o SheetDeactivate evento. O evento SheetDeactivate ocorre quando qualquer planilha é desativada.

public delegate void AppEvents_SheetDeactivateEventHandler(System::Object ^ Sh);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_SheetDeactivateEventHandler(object Sh);
Public Delegate Sub AppEvents_SheetDeactivateEventHandler(Sh As Object)

Parâmetros

Sh
Object

A planilha. Pode ser um objeto Chart ou Worksheet.

Atributos

Aplica-se a