Class Popup.ButtonClickEventArgs

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
6

ButtonClickEventArgs is a class to record button click event arguments which will sent to user.

C#
Copy
public class ButtonClickEventArgs : EventArgs
Inheritance
Popup.ButtonClickEventArgs

Fields

View Source

ButtonIndex

Button index which is clicked in Popup

Declaration
C#
Copy
public int ButtonIndex
Field Value
Type Description
System.Int32
API Level: 6