C# Class ImageGlass.ImageBoxCancelEventArgs

Provides data for a cancelable event.
Inheritance: System.ComponentModel.CancelEventArgs
Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
ImageBoxCancelEventArgs ( Point location ) : System.ComponentModel

Initializes a new instance of the ImageBoxCancelEventArgs class.

Protected Methods

Method Description
ImageBoxCancelEventArgs ( ) : System.ComponentModel

Initializes a new instance of the ImageBoxCancelEventArgs class.

Method Details

ImageBoxCancelEventArgs() protected method

Initializes a new instance of the ImageBoxCancelEventArgs class.
protected ImageBoxCancelEventArgs ( ) : System.ComponentModel
return System.ComponentModel

ImageBoxCancelEventArgs() public method

Initializes a new instance of the ImageBoxCancelEventArgs class.
public ImageBoxCancelEventArgs ( Point location ) : System.ComponentModel
location System.Drawing.Point The location of the action being performed.
return System.ComponentModel