Share via


UISelectionFeedbackGenerator.SelectionChanged Method

Definition

Overloads

SelectionChanged()

[Foundation.Export("selectionChanged")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SelectionChanged();
[<Foundation.Export("selectionChanged")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectionChanged : unit -> unit
override this.SelectionChanged : unit -> unit
Attributes

Applies to

SelectionChanged(CGPoint)

[Foundation.Export("selectionChangedAtLocation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SelectionChanged(CoreGraphics.CGPoint location);
[<Foundation.Export("selectionChangedAtLocation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectionChanged : CoreGraphics.CGPoint -> unit
override this.SelectionChanged : CoreGraphics.CGPoint -> unit

Parameters

location
CGPoint
Attributes

Applies to