ExpandedChangedEventArgs Class
Provides data for the [EventArgs] event of the class.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Controls.ExpandedChangedEventArgs
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Class ExpandedChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As ExpandedChangedEventArgs
public class ExpandedChangedEventArgs : EventArgs
public ref class ExpandedChangedEventArgs : public EventArgs
type ExpandedChangedEventArgs =
class
inherit EventArgs
end
public class ExpandedChangedEventArgs extends EventArgs
The ExpandedChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExpandedChangedEventArgs | Initializes a new instance of the ExpandedChangedEventArgs class. |
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.