EnableEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the EnableAltDesignerChanged event.
public ref class EnableEventArgs : EventArgs
public class EnableEventArgs : EventArgs
type EnableEventArgs = class
inherit EventArgs
Public Class EnableEventArgs
Inherits EventArgs
- Inheritance
-
EnableEventArgs
Constructors
EnableEventArgs(Boolean) |
Initializes a new instance of the EnableEventArgs class. |
Properties
Enabled |
Indicates whether an IQueryDesigner should be enabled. |