C# Class SQRLDotNetClientUI.Models.SystemEventArgs

Represents event args for system event notifications.
Inheritance: EventArgs
Afficher le fichier Open project: sqrldev/SQRLDotNetClient Class Usage Examples

Méthodes publiques

Свойство Type Description
EventDescription string

Méthodes publiques

Méthode Description
SystemEventArgs ( string eventDescription ) : System

Creates a new SystemEventArgs instance.

Method Details

SystemEventArgs() public méthode

Creates a new SystemEventArgs instance.
public SystemEventArgs ( string eventDescription ) : System
eventDescription string The description of the system event that triggered the notification.
Résultat System

Property Details

EventDescription public_oe property

The description of the system event that triggered the notification.
public string EventDescription
Résultat string