Table of Contents

Class AlertArgs

Namespace
Shift.Common.Events
Assembly
Shift.Common.dll
public class AlertArgs : EventArgs
Inheritance
AlertArgs
Inherited Members
Extension Methods

Constructors

AlertArgs(AlertType, string)

public AlertArgs(AlertType type, string text)

Parameters

type AlertType
text string

AlertArgs(AlertType, string, string)

public AlertArgs(AlertType type, string icon, string text)

Parameters

type AlertType
icon string
text string

Properties

Icon

public string Icon { get; }

Property Value

string

Text

public string Text { get; }

Property Value

string

Type

public AlertType Type { get; }

Property Value

AlertType