DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler 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 ContentControlBeforeStoreUpdate(ContentControl, String) event.
public delegate void DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler(ContentControl ^ ContentControl, [Runtime::InteropServices::Out] System::String ^ % Content);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler(ContentControl ContentControl, out string Content);
type DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler = delegate of ContentControl * string -> unit
Public Delegate Sub DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler(ContentControl As ContentControl, ByRef Content As String)
Parameters
- ContentControl
- ContentControl
- Content
- String
- Attributes