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
Public method ExpandedChangedEventArgs Initializes a new instance of the ExpandedChangedEventArgs class.

Top

Properties

  Name Description
Public property Expanded Gets a value that indicates whether the event is expanded.

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.