C# 클래스 RemoteViewing.Vnc.Server.CreatingDesktopEventArgs

Provides data for the VncServerSession.CreatingDesktop event.
상속: System.EventArgs
파일 보기 프로젝트 열기: qmfrederik/remoteviewing 1 사용 예제들

공개 메소드들

메소드 설명
CreatingDesktopEventArgs ( bool shareDesktop ) : System

Initializes a new instance of the CreatingDesktopEventArgs class.

메소드 상세

CreatingDesktopEventArgs() 공개 메소드

Initializes a new instance of the CreatingDesktopEventArgs class.
public CreatingDesktopEventArgs ( bool shareDesktop ) : System
shareDesktop bool /// true if the client will share the desktop with other currently-connected clients. /// false if the client is asking for exclusive access to the desktop. ///
리턴 System