Class DBChangedEventArgs

Definition

Namespace:
Tizen.Pims.Calendar
Assembly:
Tizen.Pims.Calendar.dll
API Level:
4

The event arguments passed when the calendar database is changed.

C#
Copy
public class DBChangedEventArgs : EventArgs
Inheritance
System.Object
DBChangedEventArgs

Properties

View Source

ViewUri

The calendar view URI is changed.

Declaration
C#
Copy
public string ViewUri { get; }
Property Value
Type Description
System.String
API Level: 4