Table of Contents

Method Action

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

Action<T>(Action<T>)

Executes specified action for all the controls in the set.

public virtual ControlSet Action<T>(Action<T> action) where T : AbstractControl

Parameters

action Action<T>

Action to execute.

Returns

ControlSet

Returns this object instance for use in the call sequences.

Type Parameters

T

Type of the action parameter.