DataConnectionMessageReceivedEventArgs Class

Provides event data for the MessageReceived event.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public Class DataConnectionMessageReceivedEventArgs _
    Inherits EventArgs

Dim instance As DataConnectionMessageReceivedEventArgs
public class DataConnectionMessageReceivedEventArgs : EventArgs
public ref class DataConnectionMessageReceivedEventArgs : public EventArgs
public class DataConnectionMessageReceivedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.DataConnectionMessageReceivedEventArgs

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.

See Also

Reference

DataConnectionMessageReceivedEventArgs Members

Microsoft.VisualStudio.Data Namespace

EventArgs