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

File:IMenuFunctionLauncher
Purpose:Defines functioanlity required for serices that can
launch menu functions based on the Menu Function Key
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Dec 08 00:55:35 CET 2012
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

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


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-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:19:26