EAPEventArgs is the base class for classes containing event data. Events are fired on many objects through an IExtension object.


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public Class EAPEventArgs
    Inherits EventArgs
C#
public class EAPEventArgs : EventArgs
C++
ref class EAPEventArgs : EventArgs
J#
public class EAPEventArgs extends EventArgs
JScript
public class EAPEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
      NetQuarry.EAPEventArgs
         Derived types

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also