Delegado RibbonLoadImageEventHandler

Representa o método que manipulará o LoadImage o evento de um OfficeRibbon.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common (em Microsoft.Office.Tools.Common.dll)

Sintaxe

'Declaração
Public Delegate Sub RibbonLoadImageEventHandler ( _
    sender As Object, _
    e As RibbonLoadImageEventArgs _
)
public delegate void RibbonLoadImageEventHandler(
    Object sender,
    RibbonLoadImageEventArgs e
)

Parâmetros

Comentários

Quando você cria um RibbonLoadImageEventHandler representante, você identificar o método que manipulará o evento. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. Para obter mais informações sobre os delegados de manipulador de eventos, consulte Eventos e representantes.

Consulte também

Referência

Namespace Microsoft.Office.Tools.Ribbon