// Token: 0x06002E5D RID: 11869 RVA: 0x00108DE0 File Offset: 0x00106FE0
 public static void Register()
 {
     OwaEventRegistry.RegisterEnum(typeof(ColumnId));
     OwaEventRegistry.RegisterEnum(typeof(SortOrder));
     OwaEventRegistry.RegisterEnum(typeof(ReadingPanePosition));
     OwaEventRegistry.RegisterEnum(typeof(SearchScope));
 }
Ejemplo n.º 2
0
 // Token: 0x06002F9D RID: 12189 RVA: 0x001142A1 File Offset: 0x001124A1
 public static void Register()
 {
     OwaEventRegistry.RegisterEnum(typeof(FolderTreeRenderType));
     OwaEventRegistry.RegisterHandler(typeof(TreeEventHandler));
 }
 // Token: 0x06002E76 RID: 11894 RVA: 0x001095AC File Offset: 0x001077AC
 public new static void Register()
 {
     OwaEventRegistry.RegisterEnum(typeof(JunkEmailStatus));
     FolderVirtualListViewEventHandler2.Register();
     OwaEventRegistry.RegisterHandler(typeof(MessageVirtualListViewEventHandler2));
 }
Ejemplo n.º 4
0
 public static void Register()
 {
     OwaEventRegistry.RegisterEnum(typeof(RecurrenceRangeType));
     OwaEventRegistry.RegisterHandler(typeof(EditTaskEventHandler));
 }
Ejemplo n.º 5
0
 public static void Register()
 {
     OwaEventRegistry.RegisterEnum(typeof(CalendarViewType));
     OwaEventRegistry.RegisterEnum(typeof(ReadingPanePosition));
     OwaEventRegistry.RegisterHandler(typeof(CalendarViewEventHandler));
 }
Ejemplo n.º 6
0
 // Token: 0x06002D1F RID: 11551 RVA: 0x000FD8E7 File Offset: 0x000FBAE7
 public static void Register()
 {
     OwaEventRegistry.RegisterEnum(typeof(DatePicker.Features));
     OwaEventRegistry.RegisterHandler(typeof(DatePickerEventHandler));
 }