DataRepeaterAddRemoveItemsCancelEventArgs

Wisej.Web.DataRepeaterAddRemoveItemsCancelEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Provides data for the UserDeletingItems event.

public class DataRepeaterAddRemoveItemsCancelEventArgs : CancelEventArgs

Constructors

DataRepeaterAddRemoveItemsCancelEventArgs(index, count)

Initializes a new instance of the DataRepeaterAddRemoveItemsCancelEventArgs class.

Name
Type
Description

index

The index of the DataRepeaterItem that is being deleted.

count

The number of items being deleted.

Properties

ItemCount

Int32: Gets the number of items being deleted.

ItemIndex

Int32: Returns the index of the item that is being deleted.

Used By

Name
Description

Represents the method that handles the UserDeletingItems event.

Last updated