DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler Delegado
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Tipo de delegado que se usa para agregar un controlador de eventos para el ContentControlBeforeStoreUpdate(ContentControl, String) evento.
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)
Parámetros
- ContentControl
- ContentControl
- Content
- String
- Atributos