AddIn.Connect.OnBeginShutdown C# (CSharp) Method

OnBeginShutdown() public method

Implements the OnBeginShutdown method of the IDTExtensibility2 interface. Receives notification that the host application is being unloaded.
public OnBeginShutdown ( System &custom ) : void
custom System
return void
		public void OnBeginShutdown(ref System.Array custom)
		{
			try
			{
			}
			catch(System.Exception e)
			{
				Mindjet.Utility.HandleError(e);
			}
		}
		#endregion