Click or drag to resize

DependentOnAttribute Constructor

Assigns the dependency based on a handler for the specified dependencies

Namespace:  CodeStack.SwEx.PMPage.Attributes
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public DependentOnAttribute(
	Type dependencyHandler,
	params Object[] dependencies
)

Parameters

dependencyHandler
Type: SystemType
Dependency handler of type DependencyHandler
dependencies
Type: SystemObject
List of tags of dependent controls. Use ControlTagAttribute to tag the controls
See Also