DrawingAttributesReplacedEventArgs 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 DefaultDrawingAttributesReplaced event.
public ref class DrawingAttributesReplacedEventArgs : EventArgs
public class DrawingAttributesReplacedEventArgs : EventArgs
type DrawingAttributesReplacedEventArgs = class
inherit EventArgs
Public Class DrawingAttributesReplacedEventArgs
Inherits EventArgs
- Inheritance
Constructors
| Name | Description |
|---|---|
| DrawingAttributesReplacedEventArgs(DrawingAttributes, DrawingAttributes) |
Initializes a new instance of the DrawingAttributesReplacedEventArgs class. |
Properties
| Name | Description |
|---|---|
| NewDrawingAttributes |
Gets the new DrawingAttributes. |
| PreviousDrawingAttributes |
Gets the old DrawingAttributes. |