Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DialogKeyEventArgs Class / Handled Property


In This Topic
    Handled Property (DialogKeyEventArgs)
    In This Topic
    Gets or sets whether the event was handled.
    Syntax
    'Declaration
     
    
    Public Property Handled As Boolean
    'Usage
     
    
    Dim instance As DialogKeyEventArgs
    Dim value As Boolean
     
    instance.Handled = value
     
    value = instance.Handled
    public bool Handled {get; set;}
    See Also