PsTypeEventListenerTUpsertEventHandler Delegate

Update/Insert event delegate

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public delegate void UpsertEventHandler(
	T obj
)

Parameters

obj  T
the object which passed the filter function

See Also