Click or drag to resize

RowDrilldownArgs Constructor

Full constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public RowDrilldownArgs(
	string sourceRowKey,
	string detailTarget,
	string drilldownKey
)

Parameters

sourceRowKey
Type: SystemString
The RowKey of the row firing the event.
detailTarget
Type: SystemString
The MOP of the detail target to which navigation will be performed if no special action is taken.
drilldownKey
Type: SystemString
The RowKey of the target page to which navigation will be performed if no special action is taken.
See Also