ToolboxItemDoubleClickEventArgs Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| 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)
Paramètres
- type
- String
S’applique à
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)
Paramètres
- type
- String
- subtype
- String