Edit

StylusPointsReplacedEventArgs Class

Definition

Provides data for the StylusPointsReplaced event.

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

Constructors

Name Description
StylusPointsReplacedEventArgs(StylusPointCollection, StylusPointCollection)

Initializes a new instance of the StylusPointsReplacedEventArgs class.

Properties

Name Description
NewStylusPoints

Gets the new StylusPointCollection for the Stroke.

PreviousStylusPoints

Gets the replaced StylusPointCollection.

Applies to