FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportIOFunctionMapping Interface / IOFunctionMappingChanged Event


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