Search
WorkbookView.OnObjectStartModifying Method
See Also
 






Raises the ObjectStartModifying event.

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

 Syntax

C#  Copy Code

protected virtual void OnObjectStartModifying (
    ObjectInteractionValidationEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnObjectStartModifying( _
    e As ObjectInteractionValidationEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also