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 | |
---|---|---|
InformationPanelMessageEventArgs | Initializes a new instance of the InformationPanelMessageEventArgs class with the specified message. |
Top
Properties
Name | Description | |
---|---|---|
Message | Gets the event data associated with InformationPanelMessageEventArgs. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.