Class AutofillContainer.AuthenticationEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Event arguments that passed via the Authentication event.

C#
Copy
public class AuthenticationEventArgs : EventArgs
Inheritance
AutofillContainer.AuthenticationEventArgs

Properties

View Source

AutofillContainer

The instance of AutofillContainer

Declaration
C#
Copy
public AutofillContainer AutofillContainer { get; set; }
Property Value
Type Description
AutofillContainer

Extension Methods