C# Class SIL.FieldWorks.Common.Controls.ConfigIconClickEventArgs

Arguments for clicking on ConfigIcon
Inheritance: System.EventArgs
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
ConfigIconClickEventArgs ( Rectangle location ) : System

Constructor.

Method Details

ConfigIconClickEventArgs() public method

Constructor.
public ConfigIconClickEventArgs ( Rectangle location ) : System
location System.Drawing.Rectangle The location.
return System