Name

RefreshEventArgs

Synopsis

This class encapsulates the data for the TypeDescriptor.Refreshed event, which is raised (at design time) when a component’s properties or events are updated. You can retrieve the identity of the component that was modified with the ComponentChanged property, and the type of that component is given by TypeChanged.


public class RefreshEventArgs : EventArgs {

// Public Constructors

   public RefreshEventArgs(object componentChanged);

   public RefreshEventArgs(Type typeChanged);

// Public Instance Properties

   public object ComponentChanged{get; }

   public Type TypeChanged{get; }

}

Hierarchy

System.Object System.EventArgs RefreshEventArgs

Passed To

RefreshEventHandler.{BeginInvoke(), Invoke()}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.