NotePlacementChangedPreviewEventArgs
NotePlacementChangedPreviewEventArgs
NotePlacementChangedPreviewEventArgs
NotePlacementChangedPreviewEventArgs
Class
Definition
Represents information about the NotePlacementChanged event.
public : sealed class NotePlacementChangedPreviewEventArgs : INotePlacementChangedPreviewEventArgspublic sealed class NotePlacementChangedPreviewEventArgs : INotePlacementChangedPreviewEventArgsPublic NotInheritable Class NotePlacementChangedPreviewEventArgs Implements INotePlacementChangedPreviewEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.14393.0)
|
| API contract |
Windows.ApplicationModel.Preview.Notes.PreviewNotesContract (introduced v1)
|
Remarks
This class is instantiated automatically when the NotePlacementChanged event is raised.
Properties
ViewId ViewId ViewId ViewId
The unique identifier of the note for which the NotePlacementChanged event was raised.
public : int ViewId { get; }public int ViewId { get; }Public ReadOnly Property ViewId As int// You can use this property in JavaScript.
- Value
- int int int int
The note Id.