Struct MessageEventArgs
Assembly: cs.temp.dll.dll
Syntax
public struct MessageEventArgs
Constructors
MessageEventArgs(MessageType, String, Boolean, Single)
Declaration
public MessageEventArgs(MessageType type, string message, bool customDurationEnabled = false, float customDuration = 0F)
Parameters
| Type |
Name |
Description |
| MessageType |
type |
|
| String |
message |
|
| Boolean |
customDurationEnabled |
|
| System.Single |
customDuration |
|
Properties
CustomDuration
Declaration
public float CustomDuration { get; }
Property Value
| Type |
Description |
| System.Single |
|
CustomDurationEnabled
Declaration
public bool CustomDurationEnabled { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
Type
Declaration
public MessageType Type { get; }
Property Value
| Type |
Description |
| MessageType |
|