IMEventArgs Class

The base class for instant messaging event data classes.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Exchange.InstantMessaging.IMEventArgs

Namespace:  Microsoft.Exchange.InstantMessaging
Assembly:  Microsoft.Exchange.InstantMessaging (in Microsoft.Exchange.InstantMessaging.dll)

Syntax

'Declaration
Public MustInherit Class IMEventArgs _
    Inherits EventArgs
'Usage
Dim instance As IMEventArgs
public abstract class IMEventArgs : EventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.