Raised when the user cancels the modification of an object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ObjectInteractionEventArgs> ObjectModifyCancelled |
Visual Basic
Copy Code
|
|---|
Public Event ObjectModifyCancelled As EventHandler(Of ObjectInteractionEventArgs) |
Event DataObjectModifyCancelled event handlers receive an argument of type ObjectInteractionEventArgs.
See Also