'DeclarationPublic Event IOFunctionMappingChanged As EventHandler(Of IOFunctionMappingChangedEventArgs)
'UsageDim instance As DeviceIDC250 Dim handler As EventHandler(Of IOFunctionMappingChangedEventArgs) AddHandler instance.IOFunctionMappingChanged, handler
public event EventHandler<IOFunctionMappingChangedEventArgs> IOFunctionMappingChanged
Event Data
The event handler receives an argument of type IOFunctionMappingChangedEventArgs containing data related to this event. The following IOFunctionMappingChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| FunctionName | |
| IONumber |
Frameworks
| Product | Versions |
|---|---|
| .NET | net8.0 |
| .NET Framework | net48 |
See Also