Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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