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

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

공개 메소드들

메소드 설명
NamespaceActivityEventArgs ( NamespaceInfo nspace, string nspaceOldName, NamespaceActivity activity ) : System

Initializes a new instance of the T:NamespaceActivityEventArgs class.

메소드 상세

NamespaceActivityEventArgs() 공개 메소드

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