C# Class ZForge.Win32.RemovableDriveDetectorEventArgs

Our class for passing in custom arguments to our event handlers
Inheritance: System.EventArgs
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
Cancel bool
Drive string
HookQueryRemove bool

Méthodes publiques

Méthode Description
RemovableDriveDetectorEventArgs ( ) : System

Method Details

RemovableDriveDetectorEventArgs() public méthode

public RemovableDriveDetectorEventArgs ( ) : System
Résultat System

Property Details

Cancel public_oe property

Get/Set the value indicating that the event should be cancelled Only in QueryRemove handler.
public bool Cancel
Résultat bool

Drive public_oe property

Drive letter for the device which caused this event
public string Drive
Résultat string

HookQueryRemove public_oe property

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