Creates a delegate to be fired

Declaration Syntax

Public Function CreateEventHandler() As EventHandler`1
public EventHandler`1<TArgs> CreateEventHandler();
public: EventHandler`1 CreateEventHandler();
public function CreateEventHandler() : EventHandler`1;

Requirements

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

See Also

EventHandlerCompletionEvent`1 Class | EventHandlerCompletionEvent`1 Members | Eas.WebCrawler.Common.Threading Namespace