Share via


IUIPageControlTimerProgressDelegate.ShouldAdvanceToPage Method

Definition

[Foundation.Export("pageControlTimerProgress:shouldAdvanceToPage:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldAdvanceToPage(UIKit.UIPageControlTimerProgress progress, IntPtr page);
[<Foundation.Export("pageControlTimerProgress:shouldAdvanceToPage:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to