Fires when deisgner trying to design component

Namespace:  Greatis.FormDesigner
Assembly:  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);

See Also