Table of Contents

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

control IWindowControl

The control whose text changed.

operation EditOperation

The edit operation that caused the change.

Properties

Control

The control whose text changed

public IWindowControl Control { get; }

Property Value

IWindowControl

Operation

The operation that caused the change

public EditOperation Operation { get; }

Property Value

EditOperation