Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.63 KB

BT.LogEventArgs.md

File metadata and controls

50 lines (33 loc) · 1.63 KB

Class LogEventArgs

Namespace: BT
Assembly: BananasToolbox.dll

public class LogEventArgs : EventArgs

Inheritance

objectEventArgsLogEventArgs

Inherited Members

EventArgs.Empty, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

LogEventArgs(string)

public LogEventArgs(string message)

Parameters

message string

Properties

Message

public string Message { get; }

Property Value

string