Class TooltipClosedEventArgs
Represents the event argument class for tooltip dismiss event.
Inheritance
System.Object
    TooltipClosedEventArgs
  Namespace: Syncfusion.Maui.Toolkit
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class TooltipClosedEventArgs : EventArgsConstructors
TooltipClosedEventArgs()
Intializes the new instance for TooltipClosedEventArgs class.
Declaration
public TooltipClosedEventArgs()Properties
IsCompleted
Gets the value of tooltip duration is whether completed or terminated.
Declaration
public bool IsCompleted { get; }Property Value
| Type | 
|---|
| System.Boolean |