Table of Contents

Method BeginUse

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

BeginUse()

Mark the list as 'in use'. An event manager should call BeginUse() before iterating through the list to deliver an event to the listeners, and should call EndUse() when it is done. This prevents another user from modifying the list while the iteration is in progress.

public bool BeginUse()

Returns

bool

True if the list is already in use.