MainForm..::..DisplayAction Method

Namespace:  JiwaFinancials.Jiwa.JiwaSalesUI.BatchPrinting
Assembly:  JiwaSalesUI (in JiwaSalesUI.dll)

Syntax


public void DisplayAction(
	Candidate Candidate,
	Action Action,
	ref int Row
)
Public Sub DisplayAction ( _
	Candidate As Candidate, _
	Action As Action, _
	ByRef Row As Integer _
)
public:
void DisplayAction(
	Candidate^ Candidate, 
	Action^ Action, 
	int^% Row
)