Click or drag to resize
ClientOperationType Enumeration

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ClientOperationType
Members
  Member nameValueDescription
Insert0 An item has been inserted in the control.
Remove1 An item has been removed from the control.
Update2 A property of the item has been changed.
Clear3 All children of the control or the item have been removed.
Reorder4 An item has changed its position
See Also