C# Class SQRLDotNetClientUI.Models.SystemEventArgs

Represents event args for system event notifications.
Inheritance: EventArgs
Show file Open project: sqrldev/SQRLDotNetClient Class Usage Examples

Public Properties

Property Type Description
EventDescription string

Public Methods

Method Description
SystemEventArgs ( string eventDescription ) : System

Creates a new SystemEventArgs instance.

Method Details

SystemEventArgs() public method

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

Property Details

EventDescription public property

The description of the system event that triggered the notification.
public string EventDescription
return string