Table of Contents

Method DoInsideSuspendedSelectionEvents

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DoInsideSuspendedSelectionEvents(Action)

Calls the specified action inside the block with suspended selection events.

public virtual void DoInsideSuspendedSelectionEvents(Action action)

Parameters

action Action

Action to call inside the block with suspended selection events.

Remarks

Before calling the action, selection events are suspended with SuspendSelectionEvents(). After the action is called, selection events are resumed with ResumeSelectionEvents().