ExpressionEditorDialog.RequestMetadata

Syntax

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

Parameters

sender. Event source.

args. Event information. The parameter contains an object of the in which the Metadata property contains the following fields: RubKey - key of master time series database, Target - name of the class implementing expression editorPP.Mb.Ui.PropertyChangedEventArgs, in which the Metadata property contains the following fields: RubKey - key of master time series database, Target - name of the class implementing expression editor.

Description

The RequestMetadata event occurs when no metadata is available in the source of workbook expression editor.

Example

The example of event use is given on the Example of Creating the ExpressionEditorDialog Component page.

See also:

ExpressionEditorDialog