ContentControlEnteringEventHandler – delegát
Představuje metodu, která bude zpracovávat ControlEntering události ContentControlBase.
Obor názvů: Microsoft.Office.Tools.Word
Sestavení: Microsoft.Office.Tools.Word (v Microsoft.Office.Tools.Word.dll)
Syntaxe
'Deklarace
Public Delegate Sub ContentControlEnteringEventHandler ( _
sender As Object, _
e As ContentControlEnteringEventArgs _
)
public delegate void ContentControlEnteringEventHandler(
Object sender,
ContentControlEnteringEventArgs e
)
Parametry
- sender
Typ: System.Object
Zdroj události.
- e
Typ: Microsoft.Office.Tools.Word.ContentControlEnteringEventArgs
Data události.
Poznámky
Při vytváření ContentControlEnteringEventHandler delegáta, určit metodu, která bude zpracovávat události.Chcete-li přidružit obslužné rutiny události, přidejte instanci delegáta události.Pokud odeberete delegát obslužné rutiny události se nazývá Pokud nastane událost.Další informace o Delegáti obslužnou rutinu události, viz Události a Delegáti.