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 | |
---|---|---|
EnableEventArgs | Initializes a new instance of the EnableEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
Enabled | Indicates whether an IQueryDesigner should be enabled. |
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.