Skip to content

Commit 59afd98

Browse files
Priyanka-VijayasankarPriyanka-Vijayasankar
authored andcommitted
Updated the review changes.
1 parent 829748a commit 59afd98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WindowsForms/ComboBox/Token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sfComboBox1.Style.TokenStyle.Font = New Font(“Arial”, 10F, FontStyle.Bold)
6565

6666
## Events Fired When Selecting and Deselecting Tokens
6767

68-
The events [SelectedValueChanged](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfComboBox.html#Syncfusion_WinForms_ListView_SfComboBox_SelectedValueChanged) event is triggered when tokens are selected or deselected in the SfComboBox control.
68+
The [SelectedValueChanged]((https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.ListView.SfComboBox.html#Syncfusion_WinForms_ListView_SfComboBox_SelectedValueChanged)) event is triggered whenever tokens are selected or deselected in the SfComboBox control. This allows users to handle changes in token selections effectively.
6969

7070
{% tabs %}
7171
{% highlight c# %}
@@ -192,4 +192,4 @@ End Sub
192192
{% endhighlight %}
193193
{% endtabs %}
194194

195-
![Event fired when Selecting/Unselecting token item](Token_images/Token_Event.gif)
195+
![Event Triggered on Token Selection or Deselection](Token_images/Token_Event.gif)

0 commit comments

Comments
 (0)