C# Класс Dolinay.DriveDetectorEventArgs

Our class for passing in custom arguments to our event handlers
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Cancel bool
Drive string
HookQueryRemove bool

Открытые методы

Метод Описание
DriveDetectorEventArgs ( ) : System

Описание методов

DriveDetectorEventArgs() публичный Метод

public DriveDetectorEventArgs ( ) : 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