HypernovaDesktop Components · docs
Binarymission
WinFormsCombo Box › DriveSelectionChangeHandler

DriveSelectionChangeHandler

delegate.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls

Represents the method that will handle the event that is raised when a user changes the drive in the BinaryImageComboBox control when the control is in DriveList style.

public delegate void DriveSelectionChangeHandler(object sender, DriveInformation driveInfo);

Remarks

This delegate passes on as a parameter, rich information on the System drives through its special class DriveInformation.
You could use the DriveInformation object to explore further information about the drive that has been chosen by the user.