C# 클래스 SQRLDotNetClientUI.Models.SystemEventArgs

Represents event args for system event notifications.
상속: EventArgs
파일 보기 프로젝트 열기: sqrldev/SQRLDotNetClient 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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