Represents the method that will handle event for DrillDown event
Namespace:
Greatis.FormDesignerAssembly: 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); |
Parameters
- control
- Type: System.ComponentModel..::.IComponent