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