Spread Silverlight Documentation
ValidationPasting Event (SheetView)


Occurs when validation the whether the pasting is validate.
Syntax
'Declaration
 
Public Event ValidationPasting As System.EventHandler(Of ValidationPastingEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of ValidationPastingEventArgs)
 
AddHandler instance.ValidationPasting, handler
public event System.EventHandler<ValidationPastingEventArgs> ValidationPasting
Event Data

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

PropertyDescription
FromRangeGets the source range.  
FromSheetGets the source sheet.  
HandleGets or sets whether the event is handled.  
InvalidMessageGets or sets the invalid message.  
IsCuttingGets a value that indicates whether the data is cut.  
IsInvalidGets or sets whether the value is invalid.  
PastingRangeGets the pasting range.  
ToRangeGets the cell range when pasting.  
ToWorksheetGets the worksheet.  
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.