ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / KeyPressEditEventArgs Class / Handled Property

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