Share via


UIPageControlTimerProgressDelegate.ShouldAdvanceToPage Method

Definition

[Foundation.Export("pageControlTimerProgress:shouldAdvanceToPage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldAdvanceToPage(UIKit.UIPageControlTimerProgress progress, IntPtr page);
[<Foundation.Export("pageControlTimerProgress:shouldAdvanceToPage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldAdvanceToPage : UIKit.UIPageControlTimerProgress * nativeint -> bool
override this.ShouldAdvanceToPage : UIKit.UIPageControlTimerProgress * nativeint -> bool

Parameters

page
IntPtr

nativeint

Returns

Implements

Attributes

Applies to