UISelectionFeedbackGenerator.SelectionChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SelectionChanged() | |
| SelectionChanged(CGPoint) |
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