Class ReminderAlertedEventArgs
Definition
- Assembly:
- Tizen.Pims.Calendar.dll
The event arguments passed when the alarm is alerted.
C#
Copy
public class ReminderAlertedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args ReminderAlerted Event Args
Properties
Declaration
C#
Copy
public string Param { get; }
Property Value
Type | Description |
---|---|
string | The combination of the reminder data (Value string like id=value&time=value&tick=value&unit=value&type=value). |