Delegado BeforeCaptionShowEventHandler
Representa o método que manipulará o evento de BeforeCaptionShow de Action.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (em Microsoft.Office.Tools.Excel.dll)
Sintaxe
'Declaração
Public Delegate Sub BeforeCaptionShowEventHandler ( _
sender As Object, _
e As ActionEventArgs _
)
public delegate void BeforeCaptionShowEventHandler(
Object sender,
ActionEventArgs e
)
Parâmetros
- sender
Tipo: System.Object
A fonte do evento.
- e
Tipo: Microsoft.Office.Tools.Excel.ActionEventArgs
Um ActionEventArgs que contém os dados do evento.
Comentários
Quando você cria um delegado de BeforeCaptionShowEventHandler , você identifica o método que manipulará o evento. Para associar o evento ao manipulador de eventos, adicione uma instância do representante ao evento. O manipulador de eventos é chamado sempre que o evento ocorre, a menos que você remova o representante.