Table of Contents

Class AlertDialogEventArgs

Namespace
AT.Librarys.Container.Service
Assembly
AT.Librarys.Container.dll

报警对话框事件数据

public class AlertDialogEventArgs : EventArgs
Inheritance
AlertDialogEventArgs
Inherited Members
Extension Methods

Constructors

AlertDialogEventArgs(string, string, int)

构造

public AlertDialogEventArgs(string category, string message, int autoFormDelay)

Parameters

category string

类别

message string

信息

autoFormDelay int

提示框显示有效时间

Properties

AutoFormDelay

提示框显示有效时间

public int AutoFormDelay { get; set; }

Property Value

int

Category

类别

public string Category { get; set; }

Property Value

string

Content

内容

public string Content { get; set; }

Property Value

string