C# Класс SQRLDotNetClientUI.Models.SystemEventArgs

Represents event args for system event notifications.
Наследование: EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
EventDescription string

Открытые методы

Метод Описание
SystemEventArgs ( string eventDescription ) : System

Creates a new SystemEventArgs instance.

Описание методов

SystemEventArgs() публичный Метод

Creates a new SystemEventArgs instance.
public SystemEventArgs ( string eventDescription ) : System
eventDescription string The description of the system event that triggered the notification.
Результат System

Описание свойств

EventDescription публичное свойство

The description of the system event that triggered the notification.
public string EventDescription
Результат string