Search
WorkbookView.ObjectModifyCancelled Event
See Also
 






Raised when the user cancels the modification of an object.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public event EventHandler<ObjectInteractionEventArgs> ObjectModifyCancelled

Visual Basic  Copy Code

Public Event ObjectModifyCancelled As EventHandler(Of ObjectInteractionEventArgs)

 Event Data

ObjectModifyCancelled event handlers receive an argument of type ObjectInteractionEventArgs.

 See Also