Share via


EnableEventArgs Members

Include Protected Members
Include Inherited Members

Provides data for the EnableAltDesignerChanged event.

The EnableEventArgs type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Equals(Object) (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

Fields

  Name Description
Public field m_fEnabled Infrastructure.

Top

Properties

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

Top