Table of Contents

Class StringEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Cancellable event args for string-based property change events.

public class StringEventArgs : CancelEventArgs
Inheritance
StringEventArgs
Inherited Members

Constructors

StringEventArgs()

Initializes a new instance of StringEventArgs

StringEventArgs(string, string)

Initializes a new instance of StringEventArgs

Properties

NewValue

The new string.

OldValue

The old string.