NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RefreshPropertiesAttribute Class

Specifies how a forms designer refreshes when the property value is changed.

Object
   Attribute
      MemberAttribute
         RefreshPropertiesAttribute

[Visual Basic]
Public Class RefreshPropertiesAttribute
   Inherits MemberAttribute
[C#]
public class RefreshPropertiesAttribute : MemberAttribute
[C++]
public __gc class RefreshPropertiesAttribute : public
   MemberAttribute
[JScript]
public class RefreshPropertiesAttribute extends MemberAttribute

Remarks

Specify this attribute on a property to cause all properties in the System.WinForms.PropertyGrid to be refreshed if the property value is changed.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

RefreshPropertiesAttribute Members | System.ComponentModel.Design Namespace | RefreshProperties