Class CellLongPressedEventArgs
Provides data for the CellLongPressed event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class CellLongPressedEventArgs : CellTappedEventArgs
Constructors
CellLongPressedEventArgs()
Declaration
public CellLongPressedEventArgs()
Properties
HoldingState
Gets the holding state.
Declaration
public HoldingState HoldingState { get; }
Property Value
Type |
---|
Microsoft.UI.Input.HoldingState |