Show / Hide Table of Contents

Class AdminMessageEventArgs

Inheritance
object
EventArgs
AdminMessageEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class AdminMessageEventArgs : EventArgs

Properties

Message

Declaration
public string Message { get; }
Property Value
Type Description
string
In this article
Back to top