Class UpdatedEventArgs

Definition

Namespace:
Tizen.Uix.Sticker
Assembly:
Tizen.Uix.Sticker.dll

Provides data for the Updated event.

C#
Copy
public class UpdatedEventArgs : EventArgs
Inheritance
object
System.EventArgs
UpdatedEventArgs

Properties

View Source

Data

Gets the sticker data.

Declaration
C#
Copy
public StickerData Data { get; }
Property Value
Type Description
StickerData