Raised when one or more rows are being moved interactively.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<RowRangeMovingEventArgs> RowsMoving |
Visual Basic
Copy Code
|
|---|
Public Event RowsMoving As EventHandler(Of RowRangeMovingEventArgs) |
Event DataRowsMoving event handlers receive an argument of type RowRangeMovingEventArgs.
See Also