Interface ITabPage
Interface for a plugin to be notified if the user enters or leaves their ICustomUIPlugin tab.
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface ITabPage
Methods
OnEnter()
Declaration
void OnEnter()
OnLeave()
Declaration
void OnLeave()