Class TooltipClosedEventArgs
Represents the event argument class for tooltip dismiss event.
Inheritance
System.Object
TooltipClosedEventArgs
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public class TooltipClosedEventArgs : EventArgs
Constructors
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 |