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
AThe data of the current content item
newValue
TThe overriddent value
Returns
- bool
if true the property is overridden