'DeclarationPublic Event DeviceCountDetected As EventHandler(Of DeviceCountDetectedEventArgs)
'UsageDim 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.
| Property | Description |
|---|---|
| Count |
Frameworks
| Product | Versions |
|---|---|
| .NET | net8.0 |
| .NET Framework | net48 |
See Also