FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / KeyEditEventArgs Class / Handled Property

In This Topic
    Handled Property (KeyEditEventArgs)
    In This Topic
    Gets or sets a value indicating whether the event was handled and should be ignored by the control.
    Syntax
    'Declaration
     
    
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also