Click or drag to resize

ViewerAsWrapper class

Wrapper class around an EventHandler; implements IInfoViewer. An instance of this class can be extended by an EventHandler<InfoArgs> can be wrapped and used as a viewer.
Inheritance hierarchy
SystemObject
  NetEti.ApplicationControlViewerAsWrapper

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public class ViewerAsWrapper : InfoViewer

The ViewerAsWrapper Type exposes the following members.

Constructors
 NameDescription of the
Public MethodViewerAsWrapper Constructor - takes over a suitable EventHandler.
Back to the top
Methods
 NameDescription of the
Public MethodHandleInfo Handler for the messages.
Back to the top
Remarks
File: ViewerAsWrapper Author: Erik Nagel, NetEti 19.03.2012 Erik Nagel: created
See also