Search
WorksheetView.OnObjectModifying Method
See Also
 






Raises the ObjectModifying event.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

protected virtual void OnObjectModifying (
    ObjectInteractionValidationEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnObjectModifying( _
    e As ObjectInteractionValidationEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also