UIScrollViewZoomingEventArgs Class

Definition

Provides data for the ZoomingStarted event.

public class UIScrollViewZoomingEventArgs : EventArgs
type UIScrollViewZoomingEventArgs = class
    inherit EventArgs
Inheritance
UIScrollViewZoomingEventArgs

Remarks

The View is the UIView that is being zoomed, as specified by the UIScrollView's ViewForZoomingInScrollView delegate.

Constructors

UIScrollViewZoomingEventArgs(UIView)

Initializes a new instance of the UIScrollViewZoomingEventArgs class.

Properties

View

The UIView that is being zoomed.

Applies to