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

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

Méthodes publiques

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

Method Details

DeactivateEvent() public méthode

public DeactivateEvent ( string name ) : System
name string
Résultat System

Perform() public méthode

public Perform ( Multiform>.Dictionary registered, Multiform>.Dictionary active ) : void
registered Multiform>.Dictionary
active Multiform>.Dictionary
Résultat void