Summary

An System.EventArgs implementation which wraps a provided generic type.
For a list of all members of this type, see EventArgs`1 Members .

Type Relationships

  System.Object
    System.EventArgs
      Eas.WebCrawler.Common.EventArgs`1

Declaration Syntax

Public Class EventArgs`1(Of _ArgType)
	Inherits EventArgs
public class EventArgs`1<_ArgType> : EventArgs
public __gc class EventArgs`1 : public EventArgs
public class EventArgs`1 extends EventArgs

Requirements

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

See Also

EventArgs`1<_ArgType> Members | Eas.WebCrawler.Common Namespace