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

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

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