FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridHyperlinkColumn Class / PrepareOptionsMenu Method
The menu that will be displayed.
Action that will close the drop-down showing this menu.

In This Topic
    PrepareOptionsMenu Method (GridHyperlinkColumn)
    In This Topic
    Called when the options menu is about to be shown.
    Syntax
    'Declaration
     
    Protected Overridable Sub PrepareOptionsMenu( _
       ByVal optionsMenu As C1.WPF.Menu.C1MenuList, _
       ByVal closeAction As Action _
    ) 
    protected virtual void PrepareOptionsMenu( 
       C1.WPF.Menu.C1MenuList optionsMenu,
       Action closeAction
    )

    Parameters

    optionsMenu
    The menu that will be displayed.
    closeAction
    Action that will close the drop-down showing this menu.
    See Also