Defines an Event. Events are registered actions that are carried out by a particular handler.


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

Syntax

Visual Basic (Declaration)
<Serializable>
Public Class EventInfo
    Implements ICloneable, IEAPBase, ICacheable
C#
[Serializable]
public class EventInfo : ICloneable, IEAPBase, ICacheable
C++
[Serializable]
ref class EventInfo : ICloneable, IEAPBase, ICacheable
J#
/** @attribute Serializable() */
public class EventInfo implements ICloneable, IEAPBase, ICacheable
JScript
public 
   Serializable
class EventInfo extends ICloneable, IEAPBase, ICacheable

Inheritance Hierarchy

System.Object
   NetQuarry.EventInfo

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