C# Class ScrewTurn.Wiki.PluginFramework.PageActivityEventArgs

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

Public Methods

Method 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 method

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