Table of Contents

Delegate CircularArrayLayoutListener<A, T>.ContentLayoutOverride

Namespace
Fr4z.CircularArrayUi
Assembly
Fr4z.CircularArray.dll

The delegate used to override a property of the circular array

public delegate bool CircularArrayLayoutListener<A, T>.ContentLayoutOverride(A contentUpdatedEventArgs, out T newValue)

Parameters

contentUpdatedEventArgs A

The data of the current content item

newValue T

The overriddent value

Returns

bool

if true the property is overridden