ContentControlStoreUpdatingEventArgs Constructor
Initializes a new instance of the ContentControlStoreUpdatingEventArgs class.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public Sub New ( _
content As String _
)
'Usage
Dim content As String
Dim instance As New ContentControlStoreUpdatingEventArgs(content)
public ContentControlStoreUpdatingEventArgs(
string content
)
Parameters
- content
Type: System.String
The text that is being saved to the custom XML part that is bound to the control.
Remarks
Typically, you should not create an instance of the ContentControlStoreUpdatingEventArgs class in your code. Visual Studio Tools for Office creates an instance of this class when the StoreUpdating event of a content control is raised.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ContentControlStoreUpdatingEventArgs Class