Represents event arguments for the Custom event.


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      NetQuarry.EAPEventArgs
         NetQuarry.EAPCustomEventArgs

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