Click or drag to resize

EntityExtensionBaseOnCheckedData Method

Occurs when the entity mode has checked the data

Namespace:  EBP.Api.Entity
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual void OnCheckedData(
	ICheckingDataEventArgs args
)

Parameters

args
Type: EBP.Api.Interfaces.EntityICheckingDataEventArgs
Checked data args
See Also