| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub Refresh() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual void Refresh() | |
| C++/CLI | |
|---|---|
public: virtual void Refresh(); | |
For an example, refer to GenerateMasterFormAttributes.
The source code of this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Updates the repository with the latest modifications and changes that have occurred to the Master Forms and sub-categories on the local disk.
You must call IMasterFormsRepository.Refresh when a Master Form is deleted/added or a category is deleted/added without using Leadtools.Forms.Auto Namespace.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code