C# Class ScrewTurn.Wiki.PluginFramework.NamespaceActivityEventArgs

Contains arguments for Namespace activity events.
Inheritance: System.EventArgs
Mostrar archivo Open project: mono/ScrewTurnWiki

Public Methods

Method Description
NamespaceActivityEventArgs ( NamespaceInfo nspace, string nspaceOldName, NamespaceActivity activity ) : System

Initializes a new instance of the T:NamespaceActivityEventArgs class.

Method Details

NamespaceActivityEventArgs() public method

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.
return System