-
Notifications
You must be signed in to change notification settings - Fork 14
WF-875216 : Prepare UG document for the events fired when selecting/unselecting Tokens in SfComboBox control #1123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WF-875216 : Prepare UG document for the events fired when selecting/unselecting Tokens in SfComboBox control #1123
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
WindowsForms/ComboBox/Token.md
Outdated
|
||
## Events Fired When Selecting and Deselecting Tokens | ||
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Priyanka-Vijayasankar
The SelectedValueChanged event is triggered whenever tokens are selected or deselected in the SfComboBox control. This allows users to handle changes in token selections effectively.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the above mentioned changes.
WindowsForms/ComboBox/Token.md
Outdated
{% endhighlight %} | ||
{% endtabs %} | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Priyanka-Vijayasankar ![Event Triggered on Token Selection or Deselection]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the above mentioned changes.
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
Description:
Prepared UG document for the events fired when selecting/unselecting Tokens in SfComboBox control.