Class UpdatedEventArgs

Definition

Namespace:
Tizen.Uix.Sticker
Assembly:
Tizen.Uix.Sticker.dll
API Level:
10

Provides data for the Updated event.

C#
Copy
public class UpdatedEventArgs : EventArgs
Inheritance
UpdatedEventArgs

Properties

View Source

Data

Gets the sticker data.

Declaration
C#
Copy
public StickerData Data { get; }
Property Value
Type Description
StickerData
API Level: 10

Extension Methods