ClientOperationType Enumeration |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum ClientOperationType
Public Enumeration ClientOperationType
public enum class ClientOperationType
Members
| Member name | Value | Description |
---|
| Insert | 0 |
An item has been inserted in the control.
|
| Remove | 1 |
An item has been removed from the control.
|
| Update | 2 |
A property of the item has been changed.
|
| Clear | 3 |
All children of the control or the item have been removed.
|
| Reorder | 4 |
An item has changed its position
|
See Also