NotifyCollectionChangedEventArgsEx Constructors
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.
Overloads
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Collections::IList ^ changedItems);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction, changedItems As IList)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
- changedItems
- IList
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Object ^ changedItem);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * obj -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction, changedItem As Object)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
- changedItem
- Object
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Collections::IList ^ newItems, System::Collections::IList ^ oldItems);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * System.Collections.IList -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction, newItems As IList, oldItems As IList)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
- newItems
- IList
For internal use by the Microsoft.Maui.Controls platform.
- oldItems
- IList
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Collections::IList ^ changedItems, int startingIndex);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int startingIndex);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * int -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction, changedItems As IList, startingIndex As Integer)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
- changedItems
- IList
For internal use by the Microsoft.Maui.Controls platform.
- startingIndex
- Int32
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Object ^ changedItem, int index);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * obj * int -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction, changedItem As Object, index As Integer)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
- changedItem
- Object
For internal use by the Microsoft.Maui.Controls platform.
- index
- Int32
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Object ^ newItem, System::Object ^ oldItem);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * obj * obj -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction, newItem As Object, oldItem As Object)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
- newItem
- Object
For internal use by the Microsoft.Maui.Controls platform.
- oldItem
- Object
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, IList, Int32)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Collections::IList ^ newItems, System::Collections::IList ^ oldItems, int startingIndex);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems, int startingIndex);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * System.Collections.IList * int -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction, newItems As IList, oldItems As IList, startingIndex As Integer)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
- newItems
- IList
For internal use by the Microsoft.Maui.Controls platform.
- oldItems
- IList
For internal use by the Microsoft.Maui.Controls platform.
- startingIndex
- Int32
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, IList, Int32, Int32)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Collections::IList ^ changedItems, int index, int oldIndex);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * int * int -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction, changedItems As IList, index As Integer, oldIndex As Integer)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
- changedItems
- IList
For internal use by the Microsoft.Maui.Controls platform.
- index
- Int32
For internal use by the Microsoft.Maui.Controls platform.
- oldIndex
- Int32
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Int32, Int32)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Object ^ changedItem, int index, int oldIndex);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * obj * int * int -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction, changedItem As Object, index As Integer, oldIndex As Integer)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
- changedItem
- Object
For internal use by the Microsoft.Maui.Controls platform.
- index
- Int32
For internal use by the Microsoft.Maui.Controls platform.
- oldIndex
- Int32
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NotifyCollectionChangedEventArgsEx(Int32, NotifyCollectionChangedAction, Object, Object, Int32)
For internal use by platform renderers.
public:
NotifyCollectionChangedEventArgsEx(int count, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Object ^ newItem, System::Object ^ oldItem, int index);
public NotifyCollectionChangedEventArgsEx (int count, System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index);
new Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx : int * System.Collections.Specialized.NotifyCollectionChangedAction * obj * obj * int -> Microsoft.Maui.Controls.Internals.NotifyCollectionChangedEventArgsEx
Public Sub New (count As Integer, action As NotifyCollectionChangedAction, newItem As Object, oldItem As Object, index As Integer)
Parameters
- count
- Int32
For internal use by the Microsoft.Maui.Controls platform.
For internal use by the Microsoft.Maui.Controls platform.
- newItem
- Object
For internal use by the Microsoft.Maui.Controls platform.
- oldItem
- Object
For internal use by the Microsoft.Maui.Controls platform.
- index
- Int32
For internal use by the Microsoft.Maui.Controls platform.