Click or drag to resize
DescriptorBase Class
Base class for all descriptors used for handling the logic for property changed notifications.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.DataDescriptorBase
    Kettic.AspNet.DataFilterDescriptorBase
    Kettic.AspNet.DataGroupDescriptorBase

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class DescriptorBase : INotifyPropertyChanged

The DescriptorBase type exposes the following members.

Constructors
  NameDescription
Public methodDescriptorBase
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property changes.
Top
See Also