Click or drag to resize

DependencyHandler Class

Handler for the control dependencies marked with DependentOnAttribute
Inheritance Hierarchy
SystemObject
  CodeStack.SwEx.PMPage.BaseDependencyHandler

Namespace:  CodeStack.SwEx.PMPage.Base
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public abstract class DependencyHandler : IDependencyHandler

The DependencyHandler type exposes the following members.

Constructors
  NameDescription
Protected methodDependencyHandler
Initializes a new instance of the DependencyHandler class
Top
Methods
Remarks
This handler should be used if it is required to change the state of controls depending on the states/values of other controls. For example one control should be disabled if check box is checked
See Also