FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceRepository Class / DeviceCountDetected Event


In This Topic
    DeviceCountDetected Event
    In This Topic
    Informs when available number of available FUTEK devices has been detected.
    Syntax
    'Declaration
     
    
    Public Event DeviceCountDetected As EventHandler(Of DeviceCountDetectedEventArgs)
    'Usage
     
    
    Dim instance As DeviceRepository
    Dim handler As EventHandler(Of DeviceCountDetectedEventArgs)
     
    AddHandler instance.DeviceCountDetected, handler
    public event EventHandler<DeviceCountDetectedEventArgs> DeviceCountDetected
    Event Data

    The event handler receives an argument of type DeviceCountDetectedEventArgs containing data related to this event. The following DeviceCountDetectedEventArgs properties provide information specific to this event.

    PropertyDescription
     
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also