RefreshEventArgs

RefreshEventArgs

System.ComponentModel (system.dll) class

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()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net