Class DeletedEventArgs

Definition

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

Provides data for the Deleted event.

C#
Copy
public class DeletedEventArgs : EventArgs
Inheritance
DeletedEventArgs

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