C# Class System.ComponentModel.RefreshEventArgs

Inheritance: System.EventArgs
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
RefreshEventArgs ( Type typeChanged ) : System
RefreshEventArgs ( object componentChanged ) : System

Method Details

RefreshEventArgs() public method

public RefreshEventArgs ( Type typeChanged ) : System
typeChanged System.Type
return System

RefreshEventArgs() public method

public RefreshEventArgs ( object componentChanged ) : System
componentChanged object
return System