Click or drag to resize
IPluginConfigurationControl Interface
Interface to define common elements every plugin configuration control has to have.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IPluginConfigurationControl

The IPluginConfigurationControl type exposes the following members.

Events
  NameDescription
Public eventDataIsInvalid
Event which is fired when the data entered in the control is invalid and the plugin can't be run with the configuration specified.
Public eventDataIsValid
Event which is fired when the data entered in the control is valid and the plugin can be run with the configuration specified.
Top
See Also