ParameterOptionListChangedEventArgs Constructor

Creates an instance of the ParameterOptionListChangedEventArgs class for the parameter.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public ParameterOptionListChangedEventArgs(
	string paramName
)

Parameters

paramName  String
 

Remarks

You can use this constructor when raising the ParameterOptionListChangedEventArgs at run time to inform the system that the parameter's option list was changed.

See Also