Is there an easy way to find the events and related eventargs for all controls? They are not connected in the API documentation.

For example, when navigating to the following URL:

https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.SfTreeView-1.html

In the upper right corner you find:

IN THIS ARTICLE:
Constructors
Properties
Methods

However there is no 'Events' section linking to the following:

https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.TreeViewEvents-1.html

Is their an easy way to figure out that 'TreeViewEvents' is the name of the events configuration for 'SfTreeView' that I'm missing? Even better, is it possible to get a list of all the events and related eventargs under the main SfTreeView entry?

Thank you!
Jerrill


1 Reply

IL Indhumathy Loganathan Syncfusion Team September 30, 2022 03:26 PM UTC

Hi Jerrill,


Greetings from Syncfusion support.


We understand that you are facing difficulties in finding the TreeView component events API page. But it is not possible to change the API site since it is generated using .NET frameworks by grouping assemblies or namespaces. So, for easier navigation, we will hyperlink the event details in our Blazor TreeView documentation site. These changes will be reflected in our UG on our upcoming Volume 3 SP release, which is expected to be rolled out by the end of October, 2022.


We appreciate your patience.


Regards,

Indhumathy L


Loader.
Up arrow icon