ParameterResetEventArgs Constructor

Creates an instance of the ParameterResetEventArgs class for the parameter.

Definition

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

Parameters

paramName  String
 

Remarks

You can use this constructor when raising the ParameterResetEventArgs at run time to inform the system that the parameter was reset.

See Also