IUIScrollViewDelegate.ZoomingStarted(UIScrollView, UIView) 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.
Indicates that zooming has begun.
[Foundation.Export("scrollViewWillBeginZooming:withView:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ZoomingStarted(UIKit.UIScrollView scrollView, UIKit.UIView view);
[<Foundation.Export("scrollViewWillBeginZooming:withView:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ZoomingStarted : UIKit.UIScrollView * UIKit.UIView -> unit
override this.ZoomingStarted : UIKit.UIScrollView * UIKit.UIView -> unit
Parameters
- scrollView
- UIScrollView
Scroll view containing the content.
- view
- UIView
The content view about to be zoomed.
- Attributes