C# 클래스 ZForge.Win32.RemovableDriveDetectorEventArgs

Our class for passing in custom arguments to our event handlers
상속: System.EventArgs
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cancel bool
Drive string
HookQueryRemove bool

공개 메소드들

메소드 설명
RemovableDriveDetectorEventArgs ( ) : System

메소드 상세

RemovableDriveDetectorEventArgs() 공개 메소드

public RemovableDriveDetectorEventArgs ( ) : System
리턴 System

프로퍼티 상세

Cancel 공개적으로 프로퍼티

Get/Set the value indicating that the event should be cancelled Only in QueryRemove handler.
public bool Cancel
리턴 bool

Drive 공개적으로 프로퍼티

Drive letter for the device which caused this event
public string Drive
리턴 string

HookQueryRemove 공개적으로 프로퍼티

Set to true in your DeviceArrived event handler if you wish to receive the QueryRemove event for this drive.
public bool HookQueryRemove
리턴 bool