Search
WorkbookView.ObjectModified Event
See Also
 






Raised when the user completes the modification of an object.

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

 Syntax

C#  Copy Code

public event EventHandler<ObjectInteractionEventArgs> ObjectModified

Visual Basic  Copy Code

Public Event ObjectModified As EventHandler(Of ObjectInteractionEventArgs)

 Event Data

ObjectModified event handlers receive an argument of type ObjectInteractionEventArgs.

 See Also