DocumentEvents2_ContentControlBeforeContentUpdateEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Delegate type used to add an event handler for the ContentControlBeforeContentUpdate(ContentControl, String) event.
public delegate void DocumentEvents2_ContentControlBeforeContentUpdateEventHandler(ContentControl ^ ContentControl, [Runtime::InteropServices::Out] System::String ^ % Content);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocumentEvents2_ContentControlBeforeContentUpdateEventHandler(ContentControl ContentControl, out string Content);
type DocumentEvents2_ContentControlBeforeContentUpdateEventHandler = delegate of ContentControl * string -> unit
Public Delegate Sub DocumentEvents2_ContentControlBeforeContentUpdateEventHandler(ContentControl As ContentControl, ByRef Content As String)
Parameters
- ContentControl
- ContentControl
- Content
- String
- Attributes