Fires when designer needs to known whether component can be designed
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
Visual Basic (Declaration) |
---|
Event AllowDesign As AllowDesignHandler |
C# |
---|
event AllowDesignHandler AllowDesign |
Visual C++ |
---|
event AllowDesignHandler^ AllowDesign { void add (AllowDesignHandler^ value); void remove (AllowDesignHandler^ value); } |
JavaScript |
---|
function add_allowDesign(value); function remove_allowDesign(value); |