FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportCurrentInput Interface / ChannelXCurrentInputChanged Event


In This Topic
    ChannelXCurrentInputChanged Event (ISupportCurrentInput)
    In This Topic
    Syntax
    'Declaration
     
    
    Event ChannelXCurrentInputChanged As EventHandler(Of CurrentInputChangedEventArgs)
    'Usage
     
    
    Dim instance As ISupportCurrentInput
    Dim handler As EventHandler(Of CurrentInputChangedEventArgs)
     
    AddHandler instance.ChannelXCurrentInputChanged, handler
    event EventHandler<CurrentInputChangedEventArgs> ChannelXCurrentInputChanged
    Event Data

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

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