Class CollectionChangedEvent
Inheritance
System.Object
CollectionChangedEvent
Namespace: Com.Telerik.Android.Common
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public class CollectionChangedEvent : Object
Constructors
CollectionChangedEvent(ObservableCollection, CollectionChangeAction)
Declaration
public CollectionChangedEvent(ObservableCollection source, CollectionChangeAction action)
Parameters
ObservableCollection
source
|
CollectionChangeAction
action
|
CollectionChangedEvent(ObservableCollection, CollectionChangeAction, IList, IList, Int32, Int32)
Declaration
public CollectionChangedEvent(ObservableCollection source, CollectionChangeAction action, IList oldItems, IList newItems, int oldIndex, int newIndex)
Parameters
ObservableCollection
source
|
CollectionChangeAction
action
|
System.Collections.IList
oldItems
|
System.Collections.IList
newItems
|
System.Int32
oldIndex
|
System.Int32
newIndex
|
CollectionChangedEvent(IntPtr, JniHandleOwnership)
Declaration
protected CollectionChangedEvent(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
NewIndex
Declaration
public virtual int NewIndex { get; }
Property Value
System.Int32
|
NewItems
Declaration
public virtual IList NewItems { get; }
Property Value
System.Collections.IList
|
OldIndex
Declaration
public virtual int OldIndex { get; }
Property Value
System.Int32
|
OldItems
Declaration
public virtual IList OldItems { get; }
Property Value
System.Collections.IList
|
Source
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|