UIScrollViewZoomingEventArgs Class
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.
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. |