Click or drag to resize

EntityExtensionBaseOnModeChanged Method

Occurs when the entity mode 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 OnModeChanged(
	IModeChangedEventArgs args
)

Parameters

args
Type: EBP.Api.Interfaces.EntityIModeChangedEventArgs
Mode changed args
See Also