Spread Silverlight Documentation
Handled Property (ActionEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > ActionEventArgs Class : Handled Property
Gets or sets a value that indicates whether the action is performed successfully. The default is false.
Syntax
'Declaration
 
Public Property Handled As System.Boolean
'Usage
 
Dim instance As ActionEventArgs
Dim value As System.Boolean
 
instance.Handled = value
 
value = instance.Handled
public System.bool Handled {get; set;}
See Also

Reference

ActionEventArgs Class
ActionEventArgs Members