GrapeCity.Xaml.SpreadSheet.UI
Handled Property


GrapeCity.Xaml.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 Boolean
'Usage
 
Dim instance As ActionEventArgs
Dim value As Boolean
 
instance.Handled = value
 
value = instance.Handled
public bool Handled {get; set;}
See Also

Reference

ActionEventArgs Class
ActionEventArgs Members