Class TextChangedEventArgs
- Namespace
- SharpConsoleUI.Core
- Assembly
- SharpConsoleUI.dll
Event arguments for text changes
public class TextChangedEventArgs : EventArgs
- Inheritance
-
TextChangedEventArgs
- Inherited Members
Constructors
TextChangedEventArgs(IWindowControl, EditOperation)
Initializes a new instance of the TextChangedEventArgs class.
public TextChangedEventArgs(IWindowControl control, EditOperation operation)
Parameters
controlIWindowControlThe control whose text changed.
operationEditOperationThe edit operation that caused the change.
Properties
Control
The control whose text changed
public IWindowControl Control { get; }
Property Value
Operation
The operation that caused the change
public EditOperation Operation { get; }