NoteVisibilityChangedPreviewEventArgs.ViewId Property
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.
The unique identifier of the note for which the NoteVisibilityChanged event was raised.
public:
property int ViewId { int get(); };
int ViewId();
public int ViewId { get; }
var int32 = noteVisibilityChangedPreviewEventArgs.viewId;
Public ReadOnly Property ViewId As Integer
Property Value
Int32
int
The note Id.