public DriveStatusChangedEventArgs(
DeviceEvents deviceEvent,
DriveInfo driveInfo
)
Public Sub New (
deviceEvent As DeviceEvents,
driveInfo As DriveInfo
)
Dim deviceEvent As DeviceEvents
Dim driveInfo As DriveInfo
Dim instance As New DriveStatusChangedEventArgs(deviceEvent,
driveInfo)
public:
DriveStatusChangedEventArgs(
DeviceEvents deviceEvent,
DriveInfo^ driveInfo
)
new :
deviceEvent : DeviceEvents *
driveInfo : DriveInfo -> DriveStatusChangedEventArgs
No code example is currently available or this language may not be supported.
[Missing <param name="deviceEvent"/> documentation for "M:DevCase.Core.IO.Devices.Drives.DriveStatusChangedEventArgs.#ctor(DevCase.Win32.Enums.DeviceEvents,System.IO.DriveInfo)"]