ExecuteActionEventArguments Constructor

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.EventArguments
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public ExecuteActionEventArguments(
	BackgroundWorker worker,
	DoWorkEventArgs workerDoWorkEventArgs
)
Public Sub New ( _
	worker As BackgroundWorker, _
	workerDoWorkEventArgs As DoWorkEventArgs _
)
public:
ExecuteActionEventArguments(
	BackgroundWorker^ worker, 
	DoWorkEventArgs^ workerDoWorkEventArgs
)

Parameters

worker
Type: BackgroundWorker
workerDoWorkEventArgs
Type: DoWorkEventArgs