ToolboxItemDoubleClickEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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