Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / FormsUserActionEventArgs Class / Handled Property

In This Topic
    Handled Property (FormsUserActionEventArgs)
    In This Topic
    Gets or sets a value indicating whether the default handling of the user action should take place. Set this property to true to cancel the default handling.
    Syntax
    'Declaration
     
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also