An event that keeps the tooltip visible even when the AutoPopDelay interval expires.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public sealed class TooltipHideEventArgs : EventArgs
Visual Basic
Public NotInheritable Class TooltipHideEventArgs
	Inherits EventArgs
Visual C++
public ref class TooltipHideEventArgs sealed : public EventArgs
F#
[<SealedAttribute>]
type TooltipHideEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Dapfor.Net.Ui..::..TooltipHideEventArgs

See Also