📄 applicationevents_11_event.cs
字号:
namespace Microsoft.Office.Interop.Outlook
{
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[ComVisible(false), TypeLibType((short) 0x10), ComEventInterface(typeof(ApplicationEvents_11), typeof(ApplicationEvents_11_EventProvider))]
public interface ApplicationEvents_11_Event
{
event ApplicationEvents_11_AdvancedSearchCompleteEventHandler AdvancedSearchComplete;
event ApplicationEvents_11_AdvancedSearchStoppedEventHandler AdvancedSearchStopped;
event ApplicationEvents_11_ItemSendEventHandler ItemSend;
event ApplicationEvents_11_MAPILogonCompleteEventHandler MAPILogonComplete;
event ApplicationEvents_11_NewMailEventHandler NewMail;
event ApplicationEvents_11_NewMailExEventHandler NewMailEx;
event ApplicationEvents_11_OptionsPagesAddEventHandler OptionsPagesAdd;
event ApplicationEvents_11_QuitEventHandler Quit;
event ApplicationEvents_11_ReminderEventHandler Reminder;
event ApplicationEvents_11_StartupEventHandler Startup;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -