Compartilhar via


ToolboxItemDoubleClickEventArgs Construtores

Definição

Sobrecargas

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)

Parâmetros

type
String

Aplica-se a

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)

Parâmetros

type
String
subtype
String

Aplica-se a