UpdateClientOperationT Class |
Used in case of update client operations.
Inheritance Hierarchy
Namespace: Kettic.AspNet.ControlsAssembly: 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
Public Class UpdateClientOperation(Of T As Object)
Inherits ClientOperation(Of T)
generic<typename T>
where T : Object
public ref class UpdateClientOperation : public ClientOperation<T>
type UpdateClientOperation<'T when 'T : Object> =
class
inherit ClientOperation<'T>
end
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
| Name | Description |
---|
| PropertyName |
Gets the name of the property which has been changed on the client side.
|
TopSee Also