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