| 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
)
Public Sub New (
dependencyHandler As Type,
ParamArray dependencies As Object()
)
public:
DependentOnAttribute(
Type^ dependencyHandler,
... array<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