GrapeCity.Xaml.SpreadSheet.UI
ValidationPasting Event (SheetView)


Occurs when validation the whether the pasting is validate.
Syntax
'Declaration
 
Public Event ValidationPasting As EventHandler(Of ValidationPastingEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of ValidationPastingEventArgs)
 
AddHandler instance.ValidationPasting, handler
public event 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
FromRange Gets the source range.  
FromSheet Gets the source sheet.  
Handle Gets or sets whether the event is handled.  
InvalidMessage Gets or sets the invalid message.  
IsCutting Gets a value that indicates whether the data is cut.  
IsInvalid Gets or sets whether the value is invalid.  
PastingRange Gets the pasting range.  
ToRange Gets the cell range when pasting.  
ToWorksheet Gets the worksheet.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options