C# Класс Subtext.Framework.Tracking.SourceVerificationEventArgs

Event arguments for the SourceVerification event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SourceVerificationEventArgs ( Uri sourceUrl, Uri entryUrl ) : System

Initializes a new instance of the SourceVerificationEventArgs class.

Описание методов

SourceVerificationEventArgs() публичный Метод

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.
Результат System