C# 클래스 ScrewTurn.Wiki.PluginFramework.PageActivityEventArgs

Contains arguments for Page Activity events.
상속: System.EventArgs
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

공개 메소드들

메소드 설명
PageActivityEventArgs ( System.PageInfo page, string pageOldName, string author, PageActivity activity ) : System

Initializes a new instance of the T:PageActivityEventArgs class.

메소드 상세

PageActivityEventArgs() 공개 메소드

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.
리턴 System