Namespace: Consultingwerk.Windows.Framework
Interface 
IMenuFunctionLauncher Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Windows.Framework.Menu.MenuFunctionLauncher

Purpose: Event launched whenever a menu function is launched
Notes: This can be used for logging or LRU tracking purposes etc.



Top Method Summary
Options Name Purpose
+ Progress.Lang.Object LaunchMenuFunction (character, Object) Launches a Menu Function from the Menu
+ Progress.Lang.Object LaunchMenuFunctionCode (character, Object) Launches a Menu Function by the menu function code

Top Event Summary
Options Name Purpose
+ MenuFunctionLaunched (Object, MenuFunctionLaunchedEventArgs) Event launched whenever a menu function is launched


Method Detail
Top

PUBLIC Progress.Lang.Object LaunchMenuFunction (character, Object)

Purpose: Launches a Menu Function from the Menu
Notes:

Parameters:
pcMenuFunctionKey CHARACTER
The key of the Menu Function
poContext Progress.Lang.Object
An optional reference to a context (could be the Control that launches the function)
Returns Progress.Lang.Object
The reference to the launched menu function
Top

PUBLIC Progress.Lang.Object LaunchMenuFunctionCode (character, Object)

Purpose: Launches a Menu Function by the menu function code
Notes:

Parameters:
pcMenuFunctionCode CHARACTER
The code of the Menu Function
poContext Progress.Lang.Object
An optional reference to a context (could be the Control that launches the function)
Returns Progress.Lang.Object
The reference to the launched menu function


Event Detail
Top

PUBLIC MenuFunctionLaunched (Object, MenuFunctionLaunchedEventArgs)

Purpose: Event launched whenever a menu function is launched
Notes: This can be used for logging or LRU tracking purposes etc.

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.Windows.Framework.MenuFunctionLaunchedEventArgs
The MenuFunctionLaunchedEventArgs with the data for this event


©2006-2025 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       22.04.2025 11:46:49