Delegat ContentControlEnteringEventHandler

Metoda, która będzie obsługiwać reprezentuje Entering zdarzenia ContentControlBase.

Przestrzeń nazw:  Microsoft.Office.Tools.Word
Zestaw:  Microsoft.Office.Tools.Word (w Microsoft.Office.Tools.Word.dll)

Składnia

'Deklaracja
Public Delegate Sub ContentControlEnteringEventHandler ( _
    sender As Object, _
    e As ContentControlEnteringEventArgs _
)
public delegate void ContentControlEnteringEventHandler(
    Object sender,
    ContentControlEnteringEventArgs e
)

Parametry

Uwagi

Podczas tworzenia ContentControlEnteringEventHandler pełnomocnika, należy określić metodę, która będzie obsługiwać zdarzenie.Aby skojarzyć zdarzenie z obsługi zdarzenia, należy dodać wystąpienie pełnomocnika do zdarzenia.Program obsługi zdarzeń jest wywoływany przy każdym wystąpieniu zdarzenia, o ile nie usunięto delegata.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Office.Tools.Word