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.CommonAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)