FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / ProfileAssignedToChannelChanged Event


In This Topic
    ProfileAssignedToChannelChanged Event
    In This Topic
    Event fires when a channel has been assigned a new profile.
    Syntax
    'Declaration
     
    
    Public Event ProfileAssignedToChannelChanged As EventHandler(Of ProfileAssignedToChannelChangedEventArgs)
    'Usage
     
    
    Dim instance As Device
    Dim handler As EventHandler(Of ProfileAssignedToChannelChangedEventArgs)
     
    AddHandler instance.ProfileAssignedToChannelChanged, handler
    public event EventHandler<ProfileAssignedToChannelChangedEventArgs> ProfileAssignedToChannelChanged
    Event Data

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

    PropertyDescription
     
     
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also