Class NameDisplayOrderChangedEventArgs

Definition

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

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

C#
Copy
public class NameDisplayOrderChangedEventArgs : EventArgs
Inheritance
NameDisplayOrderChangedEventArgs

Properties

View Source

NameDisplayOrder

A setting value of the contacts name display order.

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