OutliningEnabledEventArgs Class

Definition

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.

Applies to