C# Class ScrewTurn.Wiki.PluginFramework.NamespaceActivityEventArgs

Contains arguments for Namespace activity events.
Inheritance: System.EventArgs
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode Description
NamespaceActivityEventArgs ( NamespaceInfo nspace, string nspaceOldName, NamespaceActivity activity ) : System

Initializes a new instance of the T:NamespaceActivityEventArgs class.

Method Details

NamespaceActivityEventArgs() public méthode

Initializes a new instance of the T:NamespaceActivityEventArgs class.
public NamespaceActivityEventArgs ( NamespaceInfo nspace, string nspaceOldName, NamespaceActivity activity ) : System
nspace NamespaceInfo The namespace the activity refers to.
nspaceOldName string The old name of the renamed namespace, or null.
activity NamespaceActivity The activity.
Résultat System