Namespace: Consultingwerk.SmartComponents.Interfaces
Interface 
ISmartDataBrowserLogicWithEvents Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic
Implemented by: Consultingwerk.SmartComponents.Base.SmartDataBrowserLogic

File:ISmartDataBrowserLogic
Purpose:Interface for SmartDataBrowserLogic classes that support
subscribing events
Author(s):Mike Fechner
Created:Thu Apr 13 20:33:52 CET 2025
Purpose: Subscribes a Control to an Event Handler in the Grid Logic Class
Notes: The event handler method needs to be PROTECTED in the Grid Logic Class



Top Method Summary
Options Name Purpose
+ Initialize () Initializes the ISmartDataBrowserLogic instance
Inherited from Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic
+ RegisterSmartDataBrowser (SmartDataBrowser) Handshake method for SmartDataBrowser instances
Inherited from Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic
+ Shutdown () Shuts down the ISmartDataBrowserLogic instance
Inherited from Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic
+ SubscribeControlEventHandler (Control, character, character) Subscribes a Control to an Event Handler in the Grid Logic Class

Top Property Summary
Options Name Purpose
+ SmartDataBrowser Owner
Inherited from Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic


Method Detail
Top

PUBLIC Initialize ()

Inherited from Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic
Purpose: Initializes the ISmartDataBrowserLogic instance
Notes:

Top

PUBLIC RegisterSmartDataBrowser (SmartDataBrowser)

Inherited from Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic
Purpose: Handshake method for SmartDataBrowser instances
Notes:

Parameters:
poSmartDataBrowser SmartDataBrowser
The SmartDataBrowser instance this logic class will provid logic for
Top

PUBLIC Shutdown ()

Inherited from Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic
Purpose: Shuts down the ISmartDataBrowserLogic instance
Notes:

Top

PUBLIC SubscribeControlEventHandler (Control, character, character)

Purpose: Subscribes a Control to an Event Handler in the Grid Logic Class
Notes: The event handler method needs to be PROTECTED in the Grid Logic Class

Parameters:
poControl System.Windows.Forms.Control
The Control contained in the Viewer
pcEventName CHARACTER
The name of the event to subscribe
pcHandlerName CHARACTER
The name of the control event handler method


Property Detail
Top

PUBLIC SmartDataBrowser Owner

Inherited from Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic

Returns SmartDataBrowser


©2006-2025 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       31.05.2025 17:02:40