Constructs an System.EventArgs from a given argument.

Declaration Syntax

Public Sub New( _
	ByVal argument As _ArgType _
)
public EventArgs`1(
	_ArgType argument
);
public: EventArgs`1(
	_ArgType argument
);
public function EventArgs`1(
	argument : _ArgType
);

Parameters

argument
The value which this System.EventArgs wraps 

Requirements

Namespace: Eas.WebCrawler.Common
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

EventArgs`1 Class | EventArgs`1 Members | Eas.WebCrawler.Common Namespace