EnableEventArgs Class

Provides data for the EnableAltDesignerChanged event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.ReportingServices.Interfaces.EnableEventArgs

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

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

The EnableEventArgs type exposes the following members.

Constructors

  Name Description
Public method EnableEventArgs Initializes a new instance of the EnableEventArgs class.

Top

Properties

  Name Description
Public property Enabled Indicates whether an IQueryDesigner should be enabled.

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.