Click or drag to resize

EntityExtensionBaseOnStateChanged Method

Occurs when the entity state has changed

Namespace:  EBP.Api.Entity
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual void OnStateChanged(
	IStateChangedEventArgs e
)

Parameters

e
Type: EBP.Api.Interfaces.EntityIStateChangedEventArgs
State changed event args
See Also