OutliningEnabledEventArgs 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 information for the OutliningEnabledChanged event.
public ref class OutliningEnabledEventArgs : EventArgs
public class OutliningEnabledEventArgs : EventArgs
type OutliningEnabledEventArgs = class
inherit EventArgs
Public Class OutliningEnabledEventArgs
Inherits EventArgs
- Inheritance
-
OutliningEnabledEventArgs
Remarks
The event is raised when outlining has been enabled or disabled.
Constructors
OutliningEnabledEventArgs(Boolean) |
Initializes a new instance of OutliningEnabledEventArgs for the specified change. |
Properties
Enabled |
Determines whether outlining has been enabled or disabled. |