Raised while the user is moving or resizing an interactive object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ObjectInteractionValidationEventArgs> ObjectStartModifying |
Visual Basic
Copy Code
|
|---|
Public Event ObjectStartModifying As EventHandler(Of ObjectInteractionValidationEventArgs) |
Event DataObjectStartModifying event handlers receive an argument of type ObjectInteractionValidationEventArgs.
See Also