System.ComponentModel.RefreshPropertiesAttribute
namespace System.ComponentModel
{
public sealed class RefreshPropertiesAttribute : Attribute
{
public static readonly RefreshPropertiesAttribute All;
public static readonly RefreshPropertiesAttribute Default;
public static readonly RefreshPropertiesAttribute Repaint;
public RefreshProperties RefreshProperties { get; }
public RefreshPropertiesAttribute(RefreshProperties refresh);
}
}