NoteVisibilityChangedPreviewEventArgs
NoteVisibilityChangedPreviewEventArgs
NoteVisibilityChangedPreviewEventArgs
NoteVisibilityChangedPreviewEventArgs
Class
Definition
Represents information about the NoteVisibilityChanged event.
public : sealed class NoteVisibilityChangedPreviewEventArgs : INoteVisibilityChangedPreviewEventArgspublic sealed class NoteVisibilityChangedPreviewEventArgs : INoteVisibilityChangedPreviewEventArgsPublic NotInheritable Class NoteVisibilityChangedPreviewEventArgs Implements INoteVisibilityChangedPreviewEventArgs// 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 NoteVisibilityChanged event is raised.
Properties
IsVisible IsVisible IsVisible IsVisible
Indicates whether the note (specified by ViewId property) is visible on the device screen.
public : PlatForm::Boolean IsVisible { get; }public bool IsVisible { get; }Public ReadOnly Property IsVisible As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
true if note is visible, false if note is hidden.
ViewId ViewId ViewId ViewId
The unique identifier of the note for which the NoteVisibilityChanged 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.