Class ReminderAlertedEventArgs

    Definition

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

    The event arguments passed when the alarm is alerted.

    public class ReminderAlertedEventArgs : EventArgs
    Inheritance
    object
    ReminderAlertedEventArgs

    Properties

    View Source

    Param

    The parameter which the data is combined.

    Declaration
    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).

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX