Table of Contents

Class PinBoxCompletedEventArgs

Namespace
Nova.Avalonia.UI.Controls
Assembly
Nova.Avalonia.UI.dll

Event arguments for when a PinBox entry is completed.

public class PinBoxCompletedEventArgs : EventArgs
Inheritance
PinBoxCompletedEventArgs
Inherited Members

Constructors

PinBoxCompletedEventArgs(string)

Initializes a new instance of PinBoxCompletedEventArgs.

public PinBoxCompletedEventArgs(string pin)

Parameters

pin string

The completed PIN value.

Properties

Pin

Gets the completed PIN value.

public string Pin { get; }

Property Value

string