Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ContentControlEnteringEventArgs 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
'Usage
Dim instance As New ContentControlEnteringEventArgs()
public ContentControlEnteringEventArgs()
public:
ContentControlEnteringEventArgs()
public function ContentControlEnteringEventArgs()
Remarks
Typically, you should not create an instance of the ContentControlEnteringEventArgs class in your code. Visual Studio Tools for Office creates an instance of this class when the Entering 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
ContentControlEnteringEventArgs Class