Delegado ContentControlStoreUpdatingEventHandler

Representa o método que manipulará o StoreUpdating o evento de um ContentControlBase.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (em Microsoft.Office.Tools.Word.dll)

Sintaxe

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

Parâmetros

Comentários

Quando você cria um ContentControlStoreUpdatingEventHandler 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.

Exemplos

Para obter um exemplo de código demonstra como criar um ContentControlStoreUpdatingEventHandler delegar, consulte o StoreUpdating de evento.

Consulte também

Referência

Namespace Microsoft.Office.Tools.Word