The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I need call event when I editing a label in the node:
... commandManager: { commands: { "updateLabel": // What i should type here? { execute: function () { alert("Node updated"); } } }
You can use the textChange event which triggers when the label editing is ended. if we misunderstood your requirement, please provide us more details such as whether you need an event to be triggered for each key press on the keyboard or elaborate your requirement in detail.