DimensionNodeCheckingEventArgs.Create

Syntax

Create(Viewer: IDimensionViewer; Node: Integer; Value: Boolean; Allow: Boolean);

Parameters

Viewer - component, for which the event is generated.

Node - element, for which the event is generated.

Value - checkbox selection value that is set.

Allow - indicates whether element checkbox selection is changed.

Description

The Create constructor creates an argument of the event before changing checkbox selection state of component element.

See also:

DimensionNodeCheckingEventArgs