FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIPM505 Class / IOFunctionMappingChanged Event


In This Topic
    IOFunctionMappingChanged Event (DeviceIPM505)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event IOFunctionMappingChanged As EventHandler(Of IOFunctionMappingChangedEventArgs)
    'Usage
     
    
    Dim instance As DeviceIPM505
    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.

    PropertyDescription
     
     
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also