Table of Contents

Interface IInitializeAfterLoaded

Namespace
SunamoInterfaces.Interfaces
Assembly
SunamoInterfaces.dll

Interface for setting initialization actions to run after loading is complete.

public interface IInitializeAfterLoaded
Extension Methods

Methods

SetInitAfterLoaded(Action)

Sets the action to execute after loading is complete.

void SetInitAfterLoaded(Action initAfterLoaded)

Parameters

initAfterLoaded Action

The action to execute after loading.