Raised before the in-place edit control is destroyed.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public event EventHandler<InplaceEditEventArgs> DestroyEditControl |
Visual Basic
Copy Code
|
|---|
Public Event DestroyEditControl As EventHandler(Of InplaceEditEventArgs) |
See Also