Click or drag to resize

WizPageDataIsSelected Method (String, String)

Determines if the specified row key, in the specified page instance, was selected.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool IsSelected(
	string instanceName,
	string rk
)

Parameters

instanceName
Type: SystemString
The page instance for which to determine if the key was selected.
rk
Type: SystemString
The row key to check.

Return Value

Type: Boolean
True if the specified row key was selected in the specified instance, else false.
See Also