Represents the method that will handle event for adding verb into local menu
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Delegate Function AddingVerbHandler ( _ primarySelection As IComponent, _ verb As DesignerVerb _ ) As Boolean |
C# |
---|
public delegate bool AddingVerbHandler( IComponent primarySelection, DesignerVerb verb ) |
Visual C++ |
---|
public delegate bool AddingVerbHandler( IComponent^ primarySelection, DesignerVerb^ verb ) |
JavaScript |
---|
function(primarySelection, verb); |
Parameters
- primarySelection
- Type: System.ComponentModel..::.IComponent
component for which local menu will be shown
- verb
- Type: System.ComponentModel.Design..::.DesignerVerb
adding verb