Class PinBoxCompletedEventArgs
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
pinstringThe completed PIN value.
Properties
Pin
Gets the completed PIN value.
public string Pin { get; }