MindFusion.Wpf Pack Programmer's Guide
WorkbookView.RowsMoving Event
See Also
 





Raised when one or more rows are being moved interactively.

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

 Syntax

C#  Copy Code

public event EventHandler<RowRangeMovingEventArgs> RowsMoving

Visual Basic  Copy Code

Public Event RowsMoving As EventHandler(Of RowRangeMovingEventArgs)

 Event Data

RowsMoving event handlers receive an argument of type RowRangeMovingEventArgs.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace