C# Class Plugin.DisplayPlugin

Base class for all display plugins that provide GUI
Inheritance: Plugin
Show file Open project: Silveryard/SmartHome Class Usage Examples

Public Methods

Method Description
OnControlInvisible ( ) : void

This method will get called when the plugins control gets invisible

OnControlLoad ( ) : void

This method will get called when the plugins control is loaded

OnControlUnload ( ) : void

This method will get called when the plugins control is unloaded

OnControlVisible ( ) : void

This metod will get called when the plugins control gets visible

Method Details

OnControlInvisible() public method

This method will get called when the plugins control gets invisible
public OnControlInvisible ( ) : void
return void

OnControlLoad() public method

This method will get called when the plugins control is loaded
public OnControlLoad ( ) : void
return void

OnControlUnload() public method

This method will get called when the plugins control is unloaded
public OnControlUnload ( ) : void
return void

OnControlVisible() public method

This metod will get called when the plugins control gets visible
public OnControlVisible ( ) : void
return void