Partager via


ApplicationClass.ApplicationEvents_Event_Startup Événement

Définition

Il s’agit d’une classe .NET ou d’un membre d’une classe .NET créé lors du traitement d’une coclasse COM requise par le code managé pour l’interopérabilité avec l’objet COM correspondant. Utilisez cette classe uniquement lorsque vous devez accéder à un événement antérieur dans cette classe qui a par la suite été étendu dans une version ultérieure d’Outlook. Vous pouvez également utiliser l’interface .NET dérivée de la coclasse COM. Pour plus d’informations sur l’interface .NET, consultez Application.

public:
 virtual event Microsoft::Office::Interop::Outlook::ApplicationEvents_StartupEventHandler ^ ApplicationEvents_Event_Startup;
public virtual event Microsoft.Office.Interop.Outlook.ApplicationEvents_StartupEventHandler ApplicationEvents_Event_Startup;
Public Overridable Custom Event ApplicationEvents_Event_Startup As ApplicationEvents_StartupEventHandler Implements ApplicationEvents_Event_Startup

Type d'événement

S’applique à