Class SfLongPressGestureRecognizer
Inheritance
System.Object
SfLongPressGestureRecognizer
Assembly: Syncfusion.Core.XForms.macOS.dll
public class SfLongPressGestureRecognizer : NSPressGestureRecognizer
Constructors
Declaration
public SfLongPressGestureRecognizer()
Declaration
public SfLongPressGestureRecognizer(NSObject target, Selector action)
Parameters
Type |
Name |
Description |
Foundation.NSObject |
target |
|
ObjCRuntime.Selector |
action |
|
Declaration
public SfLongPressGestureRecognizer(Action action)
Parameters
Type |
Name |
Description |
System.Action |
action |
|
Methods
Declaration
public void AddTarget(Action action)
Parameters
Type |
Name |
Description |
System.Action |
action |
|
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|