AbstractMsgManager Refresher Property CleanCode C# Libraries v1.2.03 API
Provides a hook for subclasses to refresh the calling Form's display. Note that defining this is optional in the abstract class; it may or may not be required in an instantiated subclass.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public AbstractMsgManager..::..RefresherCopy Refresher { get; set; }

Field Value

The refresher.
See Also