C# Class ScrewTurn.Wiki.PluginFramework.PageActivityEventArgs

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

Méthodes publiques

Méthode Description
PageActivityEventArgs ( System.PageInfo page, string pageOldName, string author, PageActivity activity ) : System

Initializes a new instance of the T:PageActivityEventArgs class.

Method Details

PageActivityEventArgs() public méthode

Initializes a new instance of the T:PageActivityEventArgs class.
public PageActivityEventArgs ( System.PageInfo page, string pageOldName, string author, PageActivity activity ) : System
page System.PageInfo The page the activity refers to.
pageOldName string The old name of the renamed page, or null.
author string The author of the activity, if available, null otherwise.
activity PageActivity The activity.
Résultat System