Click or drag to resize

wclPowerEventsMonitorMessageReceived Method

The method called when a new notification message received.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
protected virtual void MessageReceived(
	wclMessage Message
)

Parameters

Message  wclMessage
A wclMessage object represents a notification message.
Remarks

This method is for internal use only.

If a derived class overrides this method it must always call the inherited implementation first.

See Also