Fires when Treasury try to drill serialized down control

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Event DrillDown As DrillDownHandler
C#
event DrillDownHandler DrillDown
Visual C++
 event DrillDownHandler^ DrillDown {
	void add (DrillDownHandler^ value);
	void remove (DrillDownHandler^ value);
}
JavaScript
function add_drillDown(value);
function remove_drillDown(value);

See Also