Class AlertDialogEventArgs
报警对话框事件数据
public class AlertDialogEventArgs : EventArgs
- Inheritance
-
AlertDialogEventArgs
- Inherited Members
- Extension Methods
Constructors
AlertDialogEventArgs(string, string, int)
构造
public AlertDialogEventArgs(string category, string message, int autoFormDelay)
Parameters
Properties
AutoFormDelay
提示框显示有效时间
public int AutoFormDelay { get; set; }
Property Value
Category
类别
public string Category { get; set; }
Property Value
Content
内容
public string Content { get; set; }