Search
WorkbookView.OnObjectModified Method
See Also
 






Raises the ObjectModified event.

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

 Syntax

C#  Copy Code

protected virtual void OnObjectModified (
    ObjectInteractionEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnObjectModified( _
    e As ObjectInteractionEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also