FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportDACOutputRange Interface / ChannelXDACOutputRangeChanged Event


In This Topic
    ChannelXDACOutputRangeChanged Event (ISupportDACOutputRange)
    In This Topic
    Syntax
    'Declaration
     
    
    Event ChannelXDACOutputRangeChanged As EventHandler(Of ChannelXDACOutputRangeChangedEventArgs)
    'Usage
     
    
    Dim instance As ISupportDACOutputRange
    Dim handler As EventHandler(Of ChannelXDACOutputRangeChangedEventArgs)
     
    AddHandler instance.ChannelXDACOutputRangeChanged, handler
    event EventHandler<ChannelXDACOutputRangeChangedEventArgs> ChannelXDACOutputRangeChanged
    Event Data

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

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