AddIn.Connect.OnAddInsUpdate C# (CSharp) Method

OnAddInsUpdate() public method

Implements the OnAddInsUpdate method of the IDTExtensibility2 interface. Receives notification that the collection of Add-ins has changed.
public OnAddInsUpdate ( System &custom ) : void
custom System
return void
		public void OnAddInsUpdate(ref System.Array custom)
		{
			try
			{
			}
			catch(System.Exception e)
			{
				Mindjet.Utility.HandleError(e);
			}
		}