ReminderCollectionEvents_Event.BeforeReminderShow Event
Occurs before the Reminder dialog box is displayed.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event BeforeReminderShow As ReminderCollectionEvents_BeforeReminderShowEventHandler
'Usage
Dim instance As ReminderCollectionEvents_Event
Dim handler As ReminderCollectionEvents_BeforeReminderShowEventHandler
AddHandler instance.BeforeReminderShow, handler
event ReminderCollectionEvents_BeforeReminderShowEventHandler BeforeReminderShow
See Also
Reference
ReminderCollectionEvents_Event Interface
ReminderCollectionEvents_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ReminderCollectionEvents_BeforeReminderShowEventHandler