DataConnectionMessageReceivedEventArgs Class
Encapsulates the event data for the MessageReceived event for a data connection.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.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.Services.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.