Edit

DrawingAttributesReplacedEventArgs Class

Definition

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
DrawingAttributesReplacedEventArgs

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.

Applies to