BackgroundBrushChangedEventArgs Class

Definition

Provides information for a BackgroundBrushChanged event in the IWpfTextView.

public ref class BackgroundBrushChangedEventArgs : EventArgs
public class BackgroundBrushChangedEventArgs : EventArgs
type BackgroundBrushChangedEventArgs = class
    inherit EventArgs
Public Class BackgroundBrushChangedEventArgs
Inherits EventArgs
Inheritance
BackgroundBrushChangedEventArgs

Constructors

BackgroundBrushChangedEventArgs(Brush)

Initializes a new instance of a BackgroundBrushChangedEventArgs.

Properties

NewBackgroundBrush

Gets the new Brush for an IWpfTextView.

Applies to