InformationPanelMessageEventArgs Class

Provides data for the InformationPanelMessage event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SqlServer.Management.Controls.InformationPanelMessageEventArgs

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Class InformationPanelMessageEventArgs _
    Inherits EventArgs
'Usage
Dim instance As InformationPanelMessageEventArgs
public class InformationPanelMessageEventArgs : EventArgs
public ref class InformationPanelMessageEventArgs : public EventArgs
type InformationPanelMessageEventArgs =  
    class
        inherit EventArgs
    end
public class InformationPanelMessageEventArgs extends EventArgs

The InformationPanelMessageEventArgs type exposes the following members.

Constructors

  Name Description
Public method InformationPanelMessageEventArgs Initializes a new instance of the InformationPanelMessageEventArgs class with the specified message.

Top

Properties

  Name Description
Public property Message Gets the event data associated with InformationPanelMessageEventArgs.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.