Class PropertyNotification.NotifyEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Event arguments that passed via Notify signal

C#
Copy
public class NotifyEventArgs : EventArgs
Inheritance
System.Object
PropertyNotification.NotifyEventArgs

Properties

View Source

PropertyNotification

PropertyNotification - is the PropertyNotification handle that has the notification properties.

Declaration
C#
Copy
public PropertyNotification PropertyNotification { get; set; }
Property Value
Type Description
PropertyNotification
API Level: 3