Table of Contents

Class StringEventArgs

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class StringEventArgs : EventArgs
Inheritance
StringEventArgs
Inherited Members
Extension Methods

Constructors

StringEventArgs(string)

public StringEventArgs(string eventArgs)

Parameters

eventArgs string

Properties

EventText

public string EventText { get; }

Property Value

string