Version

SubscribeToReminders Method

Subscribes to reminders for the activities of the specified calendar. Note that more than one subscriber can be subscribed to a single calendar as well as multiple calendars can be subscribed to.
Syntax
'Declaration
 
Protected Friend Overrides Sub SubscribeToReminders( _
   ByVal calendar As Infragistics.Controls.Schedules.ResourceCalendar, _
   ByVal subscriber As Infragistics.Controls.Schedules.ReminderSubscriber, _
   ByRef error As Infragistics.DataErrorInfo _
) 
protected internal override void SubscribeToReminders( 
   Infragistics.Controls.Schedules.ResourceCalendar calendar,
   Infragistics.Controls.Schedules.ReminderSubscriber subscriber,
   out Infragistics.DataErrorInfo error
)

Parameters

calendar
This calendars activity reminders will be delivered to the specified subscribed.
subscriber
When a reminder is due for an activity, the subscriber's Infragistics.Controls.Schedules.ReminderSubscriber.DeliverReminder(Infragistics.Controls.Schedules.ReminderInfo) method will be invoked.
error
If there's an error, this will be set to error information.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also