PrepareOptionsMenu Method (GridImageColumn)
Called when the options menu is about to be shown.
protected virtual void PrepareOptionsMenu(
C1.WPF.Menu.C1MenuList ,
Action
)
'Declaration
Protected Overridable Sub PrepareOptionsMenu( _
ByVal As C1.WPF.Menu.C1MenuList, _
ByVal As Action _
)
Parameters
- optionsMenu
- The menu that will be displayed.
- closeAction
- Action that will close the drop-down showing this menu.