Class PinBoxTextChangedEventArgs
Event arguments for when the PinBox text changes.
public class PinBoxTextChangedEventArgs : EventArgs
- Inheritance
-
PinBoxTextChangedEventArgs
- Inherited Members
Constructors
PinBoxTextChangedEventArgs(string, string)
Initializes a new instance of PinBoxTextChangedEventArgs.
public PinBoxTextChangedEventArgs(string oldText, string newText)
Parameters
Properties
NewText
Gets the new text value.
public string NewText { get; }
Property Value
OldText
Gets the previous text value.
public string OldText { get; }