Event PlaceItemAtDefaultLocation
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.dll
Event which is fired when user double clicks on a toolbox item.
public event EventHandler<PlaceToolboxItemAtDefaultLocationEventArgs> PlaceItemAtDefaultLocation
Returns
- EventHandler<PlaceToolboxItemAtDefaultLocationEventArgs>
- Event which is fired when user double clicks on a toolbox item.
- Implements