This topic has not yet been rated - Rate this topic

BasicDesignerLoader.IsReloadNeeded Method

Indicates whether the designer should be reloaded.

Namespace: System.ComponentModel.Design.Serialization
Assembly: System.Design (in system.design.dll)

protected virtual bool IsReloadNeeded ()
protected boolean IsReloadNeeded ()
protected function IsReloadNeeded () : boolean
Not applicable.

Return Value

true if the designer should be reloaded; otherwise, false. The default implementation always returns true.

The IsReloadNeeded method is used by some designer loaders to optimize reloading. This method can be overridden if your designer loader supports intelligent reloading. Some designer loaders can detect changes made to their underlying document and determine if a reload of the designer is actually necessary. If not, they should return false from this method. The default implementation always returns true, indicating that any call to Reload will succeed.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.