Freigeben über


ToolboxItemDoubleClickEventArgs Konstruktoren

Definition

Überlädt

ToolboxItemDoubleClickEventArgs(String)
ToolboxItemDoubleClickEventArgs(String, String)

ToolboxItemDoubleClickEventArgs(String)

public:
 ToolboxItemDoubleClickEventArgs(System::String ^ type);
public ToolboxItemDoubleClickEventArgs (string type);
new Microsoft.ReportDesigner.ToolboxItemDoubleClickEventArgs : string -> Microsoft.ReportDesigner.ToolboxItemDoubleClickEventArgs
Public Sub New (type As String)

Parameter

type
String

Gilt für:

ToolboxItemDoubleClickEventArgs(String, String)

public:
 ToolboxItemDoubleClickEventArgs(System::String ^ type, System::String ^ subtype);
public ToolboxItemDoubleClickEventArgs (string type, string subtype);
new Microsoft.ReportDesigner.ToolboxItemDoubleClickEventArgs : string * string -> Microsoft.ReportDesigner.ToolboxItemDoubleClickEventArgs
Public Sub New (type As String, subtype As String)

Parameter

type
String
subtype
String

Gilt für: