Class InsertedEventArgs

Definition

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

Provides data for the Inserted event.

C#
Copy
public class InsertedEventArgs : EventArgs
Inheritance
InsertedEventArgs

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