Compartilhar via


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

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.

Consulte também

Referência

Namespace Microsoft.Office.Tools.Excel