AddIn.Connect.OnBeginShutdown C# (CSharp) Метод

OnBeginShutdown() публичный Метод

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