Share via


DataViewMenuCommand Constructor (Int32, CommandID, EventHandler)

Initializes a new instance of the DataMenuCommand class, specifying the item ID, command identifier, and event.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Sub New ( _
    itemId As Integer, _
    command As CommandID, _
    handler As EventHandler _
)
public DataViewMenuCommand(
    int itemId,
    CommandID command,
    EventHandler handler
)
public:
DataViewMenuCommand(
    int itemId, 
    CommandID^ command, 
    EventHandler^ handler
)
new : 
        itemId:int * 
        command:CommandID * 
        handler:EventHandler -> DataViewMenuCommand
public function DataViewMenuCommand(
    itemId : int, 
    command : CommandID, 
    handler : EventHandler
)

Parameters

  • itemId
    Type: System.Int32
    A numerical value that uniquely identifies a node in the data view hierarchy.

Remarks

This constructor delegates the call to DataViewMenuCommand and passes nulla null reference (Nothing in Visual Basic) for the last argument.

.NET Framework Security

See Also

Reference

DataViewMenuCommand Class

DataViewMenuCommand Overload

Microsoft.VisualStudio.Data.Framework Namespace