'DeclarationPublic Event ProfileAssignedToChannelChanged As EventHandler(Of ProfileAssignedToChannelChangedEventArgs)
'UsageDim 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.
| Property | Description |
|---|---|
| ChannelNumber | |
| ProfileNumber |
Frameworks
| Product | Versions |
|---|---|
| .NET | net8.0 |
| .NET Framework | net48 |
See Also