Class CalendarReminder

Definition

Namespace:
Tizen.Pims.Calendar
Assembly:
Tizen.Pims.Calendar.dll

A class for the reminder for an event.

C#
Copy
public class CalendarReminder : IDisposable
Inheritance
object
CalendarReminder
Implements
System.IDisposable
Remarks

The client who wants to be alerted at a specific time should register MIME ("application/x-tizen.calendar.reminder") type in manifest.xml file.

Methods

View Source

Dispose()

Releases all the resources used by the CalendarReminder. It should be called after it has finished using the object.

Declaration
C#
Copy
public void Dispose()
Remarks

The client who wants to be alerted at a specific time should register MIME ("application/x-tizen.calendar.reminder") type in manifest.xml file.

View Source

Dispose(bool)

Disposes of the resources (other than memory) used by the CalendarReminder.

Declaration
C#
Copy
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

true to release both managed and unmanaged resources, false to release only unmanaged resources.

Remarks

The client who wants to be alerted at a specific time should register MIME ("application/x-tizen.calendar.reminder") type in manifest.xml file.

Events

View Source

ReminderAlerted

The Reminder event is triggered when the alarm is alerted.

Declaration
C#
Copy
public static event EventHandler<ReminderAlertedEventArgs> ReminderAlerted
Event Type
Type Description
System.EventHandler<TEventArgs><ReminderAlertedEventArgs>
Remarks

The client who wants to be alerted at a specific time should register MIME ("application/x-tizen.calendar.reminder") type in manifest.xml file.

Implements

System.IDisposable