Table of Contents

Method Invoke

Namespace
Alternet.Common
Assembly
Alternet.Common.Winforms.v10.dll

Invoke(Delegate)

When implemented by a class, executes the specified delegate on the thread that owns the control's underlying window handle.

object Invoke(Delegate method)

Parameters

method Delegate

Returns

object