EnableEventArgs Class
Provides data for the EnableAltDesignerChanged event.
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
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.ReportingServices.Interfaces.EnableEventArgs
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.