Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the DataViewNodeEventArgs class with the item ID.
Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Sub New ( _
    itemId As Integer _
)
public DataViewNodeEventArgs(
    int itemId
)
public:
DataViewNodeEventArgs(
    int itemId
)
new : 
        itemId:int -> DataViewNodeEventArgs
public function DataViewNodeEventArgs(
    itemId : int
)
Parameters
- itemId 
 Type: System.Int32- A numerical value that uniquely identifies the node in the data view. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace