Interface IExtendableControlHook
Represents an extendable control hook
Namespace: Simplic.UI.ExtendableControls
Assembly: Simplic.UI.dll
Syntax
public interface IExtendableControlHook
Methods
| Improve this Doc View SourceLoad()
Control is loaded
Declaration
void Load()
Unload()
Control is unloaded
Declaration
void Unload()