StageCollection..::..InstructionAdded Event

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterials.WorkOrder
Assembly:  JiwaBillOfMaterials (in JiwaBillOfMaterials.dll)

Syntax


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