Wisej.Web.DataRepeaterAddRemoveItemsCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the UserDeletingItems event.
Initializes a new instance of the DataRepeaterAddRemoveItemsCancelEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Gets the number of items being deleted.
Int32: Returns the index of the item that is being deleted.
Name | Description |
---|---|
Represents the method that handles the UserDeletingItems event.
index
The index of the DataRepeaterItem that is being deleted.
count
The number of items being deleted.