Spread Silverlight Documentation
ValidationDragDropBlock Event (SheetView)


Occurs when the user drags and drops a range of cells.
Syntax
'Declaration
 
Public Event ValidationDragDropBlock As System.EventHandler(Of ValidationDragDropBlockEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of ValidationDragDropBlockEventArgs)
 
AddHandler instance.ValidationDragDropBlock, handler
public event System.EventHandler<ValidationDragDropBlockEventArgs> ValidationDragDropBlock
Event Data

The event handler receives an argument of type ValidationDragDropBlockEventArgs containing data related to this event. The following ValidationDragDropBlockEventArgs properties provide information specific to this event.

PropertyDescription
ColumnCountGets the column count of the cell range being dragged.  
CopyGets whether the source range is copied.  
FromColumnGets the column index of the top left cell of the source range (range being dragged).  
FromRowGets the row index of the top left cell of the source range (range being dragged).  
HandleGets or sets whether the event is handled.  
InsertGets whether the source range is inserted.  
InvalidMessageGets or sets the invalid message.  
IsInvalidGets or sets whether the value is valid.  
RowCountGets the row count of the cell range being dragged.  
ToColumnGets the column index of the bottom right cell of the destination range (where selection is dropped).  
ToRowGets the row index of the top left cell of the destination range (where selection is dropped).  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.