Interface IAttributeListener
public interface IAttributeListener
Receives file name events after one attribute of the report design is
changed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fileNameChanged
(ModuleHandle targetElement, AttributeEvent ev) Notifies the element is validated.
-
Method Details
-
fileNameChanged
Notifies the element is validated.- Parameters:
targetElement
- the validated elementev
- the validation event which contains the error information
-