Table of Contents
CrashDataEventHandler Delegate

Represents the method that will handle CrashDataAvailable event.

Namespace: EO.Base
Assembly: EO.Base (in EO.Base.dll)

Syntax
 public delegate void CrashDataEventHandler(
   object sender,
   CrashDataEventArgs e
);

Parameters

sender
The source of the event.
e
Additional event data.
See Also