ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / TooltipShowingEventArgs Class / Handled Property

In This Topic
    Handled Property
    In This Topic
    Gets or sets a value indicating whether the event was handled.
    Syntax
    'Declaration
     
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also