Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ActionEventArgs Class / Handled Property


In This Topic
    Handled Property (ActionEventArgs)
    In This Topic
    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