applicationevents_10_event.cs
来自「破解的飞信源代码」· CS 代码 · 共 30 行
CS
30 行
namespace Microsoft.Office.Interop.Outlook
{
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[ComVisible(false), ComEventInterface(typeof(ApplicationEvents_10), typeof(ApplicationEvents_10_EventProvider)), TypeLibType((short) 0x10)]
public interface ApplicationEvents_10_Event
{
event ApplicationEvents_10_AdvancedSearchCompleteEventHandler AdvancedSearchComplete;
event ApplicationEvents_10_AdvancedSearchStoppedEventHandler AdvancedSearchStopped;
event ApplicationEvents_10_ItemSendEventHandler ItemSend;
event ApplicationEvents_10_MAPILogonCompleteEventHandler MAPILogonComplete;
event ApplicationEvents_10_NewMailEventHandler NewMail;
event ApplicationEvents_10_OptionsPagesAddEventHandler OptionsPagesAdd;
event ApplicationEvents_10_QuitEventHandler Quit;
event ApplicationEvents_10_ReminderEventHandler Reminder;
event ApplicationEvents_10_StartupEventHandler Startup;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?