ValidationRulesPanel.RequestMetadata

Syntax

RequestMetadata(sender: Object, args: PP.Mb.Ui.PropertyChangedEventArgs);

Parameters

sender. Event source.

args. Event information. The parameter contains an object of the PP.Mb.Ui.PropertyChangedEventArgs,  type, in which the Metadata property contains the Target field - name of the class that implements validation rule panel.

Description

The RequestMetadata event occurs when there is no metatdata in the source of validation rules panel in the workbook.

Example

The example of event use is given on the page with description of the ValidationRulesPanel.setValidation method.

See also:

ValidationRulesPanel