StylusPointsReplacedEventArgs 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 StylusPointsReplaced event.
public ref class StylusPointsReplacedEventArgs : EventArgs
public class StylusPointsReplacedEventArgs : EventArgs
type StylusPointsReplacedEventArgs = class
inherit EventArgs
Public Class StylusPointsReplacedEventArgs
Inherits EventArgs
- Inheritance
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. |