Click or drag to resize
UpdateClientOperationT Class
Used in case of update client operations.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsClientOperationT
    Kettic.AspNet.ControlsUpdateClientOperationT

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class UpdateClientOperation<T> : ClientOperation<T>
where T : Object

Type Parameters

T
The type of the item (e.g. KaxTreeNode, KaxMenuItem, KaxComboBoxItem, KaxToolBarItem, KaxTab, KaxNavigationItem)

The UpdateClientOperationT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPropertyName
Gets the name of the property which has been changed on the client side.
Top
See Also