Table of Contents

Method RunWhenAvailable

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

RunWhenAvailable<T>(Action<T>)

Subscribes to the service of type T. serviceAvailableAction will be called after the service gets available. If the service is already available, the action will be called immediately.

public void RunWhenAvailable<T>(Action<T> serviceAvailableAction) where T : class

Parameters

serviceAvailableAction Action<T>

Type Parameters

T