EquilibriumReactionsChangedHandler Delegate

Represents the method that will handle the changing of the Equilibrium Reaction Chemistry of a PMC.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComVisibleAttribute(false)]
public delegate void EquilibriumReactionsChangedHandler(
	Object sender,
	EventArgs args
)

Parameters

sender  Object
 
args  EventArgs
 

See Also