A validation event raised before an action is recorded in the undo buffer.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<UndoValidationEventArgs> ActionRecording |
Visual Basic Copy Code |
---|
Public Event ActionRecording As EventHandler(Of UndoValidationEventArgs) |
Do not filter commands that create or delete items and groups. Otherwise, redoing or undoing recorded commands related to the items whose create/delete command is filtered will cause various exceptions. It should be safe to filter commands that modify item's appearance or position, change its selection state, scroll a table, etc.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |