DataViewNodeEventArgs Constructor
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.Int32A 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