Click or drag to resize

IInfoSourceRegisterInfoReceiver(IInfoViewer, Type, InfoType) Method

An interested viewer can use this to register in the list of viewers to be informative viewer.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
void RegisterInfoReceiver(
	
	InfoViewer viewer,
	
	Type? classType,
	
	InfoType[] triggerInfoTypes
)

Parameters

viewer  InfoViewer
The message recipient
classType  Type
The class type for which msgHandler declares itself responsible
triggerInfoTypes  InfoType
List of message types that the viewer is interested in
See also