Class AlertArgs
public class AlertArgs : EventArgs
- Inheritance
-
AlertArgs
- Inherited Members
- Extension Methods
Constructors
AlertArgs(AlertType, string)
public AlertArgs(AlertType type, string text)
Parameters
AlertArgs(AlertType, string, string)
public AlertArgs(AlertType type, string icon, string text)
Parameters
Properties
Icon
public string Icon { get; }
Property Value
Text
public string Text { get; }
Property Value
Type
public AlertType Type { get; }