ToolboxItemDoubleClickEventArgs Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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