Top Method Summary
Options Name Purpose
ButtonClickHandler (Object, EventArgs) Event handler for ButtonClick event
KeyDownHandler (Object, KeyEventArgs) Event handler for KeyDown event
SearchAttributeValues () Searches for attribute values
SubscribeEvents () Subscribes the events for an attached viewer instance
UnsubscribeEvents () Unsubscribes the events for an attached viewer instance


Method Detail
Top

ButtonClickHandler (Object, EventArgs)

Purpose: Event handler for ButtonClick event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The event arguments
Top

KeyDownHandler (Object, KeyEventArgs)

Purpose: Event handler for KeyDown event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The event arguments
Top

SearchAttributeValues ()

Purpose: Searches for attribute values
Notes:

Top

SubscribeEvents ()

Purpose: Subscribes the events for an attached viewer instance
Notes: This method needs to be implemented by the Viewer Logic class and
is supposed to subscribe to control events

Top

UnsubscribeEvents ()

Purpose: Unsubscribes the events for an attached viewer instance
Notes: This method needs to be implemented by the Viewer Logic class and
is supposed to unsubscribe from control events



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:57