DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler Delegate
Office 2010
A Delegate type used to add an event handler for the ContentControlBeforeStoreUpdate(ContentControl, String) event.
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
'Declaration <ComVisibleAttribute(False)> _ Public Delegate Sub DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler ( _ ContentControl As ContentControl, _ <OutAttribute> ByRef Content As String _ ) 'Usage Dim instance As New DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler(AddressOf HandlerMethod)
Parameters
- ContentControl
- Type: Microsoft.Office.Interop.Word.ContentControl
- Content
- Type: System.String%
Show: