Maintenance..::..CreateEnd Event

Occurs when [create end].

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

Syntax


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