DataViewNodeEventArgs(Int32) Constructor

Definition

Initializes a new instance of the DataViewNodeEventArgs class with the item ID.

public:
 DataViewNodeEventArgs(int itemId);
public DataViewNodeEventArgs (int itemId);
new Microsoft.VisualStudio.Data.Services.SupportEntities.DataViewNodeEventArgs : int -> Microsoft.VisualStudio.Data.Services.SupportEntities.DataViewNodeEventArgs
Public Sub New (itemId As Integer)

Parameters

itemId
Int32

A numerical value that uniquely identifies the node in the data view.

Applies to