Click or drag to resize
ElementSectionCollectionOnAdded Method
Will be called after adding an ElementSection

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
protected virtual void OnAdded(
	ElementSection section
)

Parameters

section
Type: FlexRule.Core.ModelElementSection
See Also