United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
Office client development
Office 2010
Word 2010
Word 2010 Primary Interop Assembly Reference
Class Library
Microsoft.Office.Interop.Word Namespace
ApplicationEvents2_Event Interface
ApplicationEvents2_Event Methods
add_DocumentBeforeClose Method
add_DocumentBeforePrint Method
add_DocumentBeforeSave Method
add_DocumentChange Method
add_DocumentOpen Method
add_NewDocument Method
add_Quit Method
add_Startup Method
add_WindowActivate Method
add_WindowBeforeDoubleClick Method
add_WindowBeforeRightClick Method
add_WindowDeactivate Method
add_WindowSelectionChange Method
remove_DocumentBeforeClose Method
remove_DocumentBeforePrint Method
remove_DocumentBeforeSave Method
remove_DocumentChange Method
remove_DocumentOpen Method
remove_NewDocument Method
remove_Quit Method
remove_Startup Method
remove_WindowActivate Method
remove_WindowBeforeDoubleClick Method
remove_WindowBeforeRightClick Method
remove_WindowDeactivate Method
remove_WindowSelectionChange Method
This topic has not yet been rated
-
Rate this topic
ApplicationEvents2_Event
.
add_Startup Method
Office 2010
Other Versions
Office 2003
Reserved for internal use.
Namespace:
Microsoft.Office.Interop.Word
Assembly:
Microsoft.Office.Interop.Word
(in Microsoft.Office.Interop.Word.dll)
Syntax
C#
VB
Copy
void
add_Startup( ApplicationEvents2_StartupEventHandler param0 )
Parameters
param0
Type:
Microsoft.Office.Interop.Word
.
ApplicationEvents2_StartupEventHandler
See Also
Reference
ApplicationEvents2_Event Interface
ApplicationEvents2_Event Members
Microsoft.Office.Interop.Word Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD