Class NameSortingOrderChangedEventArgs

Definition

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

Event arguments passed when a setting value of the contacts name sorting order is changed.

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

Properties

View Source

NameSortingOrder

A setting value of the contacts name sorting order.

Declaration
C#
Copy
public ContactSortingOrder NameSortingOrder { get; }
Property Value
Type Description
ContactSortingOrder
API Level: 4