Fires when deisgner trying to design component
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Event AllowDesign As AllowDesignHandler |
| C# |
|---|
public event AllowDesignHandler AllowDesign |
| Visual C++ |
|---|
public: event AllowDesignHandler^ AllowDesign { void add (AllowDesignHandler^ value); void remove (AllowDesignHandler^ value); } |
| JavaScript |
|---|
function add_allowDesign(value); function remove_allowDesign(value); |