Maintenance..::..CopyStart Event

Occurs when [copy start].

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

Syntax


public event [CopyStartEventHandler] CopyStart
Public Event CopyStart As [CopyStartEventHandler]
public:
 event [CopyStartEventHandler]^ CopyStart {
	void add ([CopyStartEventHandler]^ value);
	void remove ([CopyStartEventHandler]^ value);
}