DataRepeaterAddRemoveItemsEventArgs
Wisej.Web.DataRepeaterAddRemoveItemsEventArgs
Last updated
Was this helpful?
Wisej.Web.DataRepeaterAddRemoveItemsEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the , , , and events.
Initializes a new instance of the class.
index
count
The number of items being added or deleted.
: Return the number of items being added to or deleted from a control.
: Returns the index of the item being added or deleted.
The index of the that is being added or deleted.
Represents the method that will handle the , , , and events.