C# Class Artemis.Engine.Multiforms.MultiformManager.DeactivateEvent

An event that indicates to deactivate the multiform with the given name.
Inheritance: MultiformPostUpdateEvent
Show file Open project: ArtemisEngine/Artemis-Engine

Public Methods

Method Description
DeactivateEvent ( string name ) : System
Perform ( Multiform>.Dictionary registered, Multiform>.Dictionary active ) : void

Method Details

DeactivateEvent() public method

public DeactivateEvent ( string name ) : System
name string
return System

Perform() public method

public Perform ( Multiform>.Dictionary registered, Multiform>.Dictionary active ) : void
registered Multiform>.Dictionary
active Multiform>.Dictionary
return void