AddInBase.OnStartup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void OnStartup();
protected virtual void OnStartup ();
abstract member OnStartup : unit -> unit
override this.OnStartup : unit -> unit
Protected Overridable Sub OnStartup ()
Remarks
To run code when the add-in is loaded, add code to the ThisAddIn_Startup
method in the ThisAddIn
class. This method is a default event handler for the Startup event. For more information, see Events in Office Projects. For more information about the ThisAddIn
class, see Programming VSTO Add-Ins.