NoteVisibilityChangedPreviewEventArgs.ViewId Property

Definition

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.

Applies to