Bagikan melalui


UIGestureRecognizer.PressesCancelled Metode

Definisi

Menunjukkan peristiwa tekan tombol fisik telah dibatalkan karena peristiwa sistem.

[Foundation.Export("pressesCancelled:withEvent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PressesCancelled (Foundation.NSSet<UIKit.UIPress> presses, UIKit.UIPressesEvent evt);
abstract member PressesCancelled : Foundation.NSSet<UIKit.UIPress> * UIKit.UIPressesEvent -> unit
override this.PressesCancelled : Foundation.NSSet<UIKit.UIPress> * UIKit.UIPressesEvent -> unit

Parameter

presses
NSSet<UIPress>

Kumpulan UIPress objek yang terlibat dalam peristiwa tersebut.

evt
UIPressesEvent

yang UIPressesEvent menjelaskan peristiwa.

Atribut

Keterangan

Pengembang yang menangani peristiwa pers harus menerapkan metode ini.

Berlaku untuk