Represents the method that will handle event for DrillDown event

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

Syntax

Visual Basic (Declaration)
Public Delegate Function DrillDownHandler ( _
	control As IComponent _
) As Boolean
C#
public delegate bool DrillDownHandler(
	IComponent control
)
Visual C++
public delegate bool DrillDownHandler(
	IComponent^ control
)
JavaScript
function(control);

Return Value

true if designer can drill down control

See Also