DataRepeaterAddRemoveItemsEventArgs
Wisej.Web.DataRepeaterAddRemoveItemsEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Constructors
DataRepeaterAddRemoveItemsEventArgs(index, count)
Initializes a new instance of the DataRepeaterAddRemoveItemsEventArgs class.
Name
Type
Description
Properties
ItemCount
Int32: Return the number of items being added to or deleted from a DataRepeater control.
ItemIndex
Int32: Returns the index of the item being added or deleted.
Used By
Name
Description
Represents the method that will handle the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Last updated