BackgroundBrushChangedEventArgs 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 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. |