Condividi tramite


ToolboxItemDoubleClickEventArgs Constructors

Definition

Overloads

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)

Parameters

type
String

Applies to

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)

Parameters

type
String
subtype
String

Applies to