C# Класс ImageGlass.ImageBoxCancelEventArgs

Provides data for a cancelable event.
Наследование: System.ComponentModel.CancelEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ImageBoxCancelEventArgs ( Point location ) : System.ComponentModel

Initializes a new instance of the ImageBoxCancelEventArgs class.

Защищенные методы

Метод Описание
ImageBoxCancelEventArgs ( ) : System.ComponentModel

Initializes a new instance of the ImageBoxCancelEventArgs class.

Описание методов

ImageBoxCancelEventArgs() защищенный Метод

Initializes a new instance of the ImageBoxCancelEventArgs class.
protected ImageBoxCancelEventArgs ( ) : System.ComponentModel
Результат System.ComponentModel

ImageBoxCancelEventArgs() публичный Метод

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.
Результат System.ComponentModel