C# Class Subtext.Framework.Tracking.SourceVerificationEventArgs

Event arguments for the SourceVerification event.
Inheritance: System.EventArgs
Show file Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
SourceVerificationEventArgs ( Uri sourceUrl, Uri entryUrl ) : System

Initializes a new instance of the SourceVerificationEventArgs class.

Method Details

SourceVerificationEventArgs() public method

Initializes a new instance of the SourceVerificationEventArgs class.
public SourceVerificationEventArgs ( Uri sourceUrl, Uri entryUrl ) : System
sourceUrl System.Uri The source URL.
entryUrl System.Uri The entry URL.
return System