Spread Silverlight Documentation
Handle Property (ValidationDragDropBlockEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > ValidationDragDropBlockEventArgs Class : Handle Property
Gets or sets whether the event is handled.
Syntax
'Declaration
 
Public Property Handle As System.Boolean
'Usage
 
Dim instance As ValidationDragDropBlockEventArgs
Dim value As System.Boolean
 
instance.Handle = value
 
value = instance.Handle
public System.bool Handle {get; set;}

Property Value

true if [handle]; otherwise, false.
See Also

Reference

ValidationDragDropBlockEventArgs Class
ValidationDragDropBlockEventArgs Members