menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrawViewEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DrawViewEventArgs

    Draw view event arguments.

    Inheritance
    System.Object
    DrawViewEventArgs
    Namespace: Syncfusion.SfCarousel.iOS
    Assembly: Syncfusion.SfCarousel.iOS.dll
    Syntax
    public class DrawViewEventArgs : EventArgs

    Constructors

    DrawViewEventArgs()

    Declaration
    public DrawViewEventArgs()

    Properties

    Index

    Gets the index.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    The index.

    Item

    Gets the new collection.

    Declaration
    public object Item { get; }
    Property Value
    Type Description
    System.Object

    The new collection.

    View

    Gets or sets the view.

    Declaration
    public object View { get; set; }
    Property Value
    Type Description
    System.Object

    The view.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved