C# Класс ComponentFactory.Krypton.Toolkit.PointEventCancelArgs

Details for an cancellable event that provides a Point value.
Наследование: CancelEventArgs
Показать файл Открыть проект

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

Метод Описание
PointEventCancelArgs ( Point point ) : System

Initialize a new instance of the PointEventCancelArgs class.

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

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

Initialize a new instance of the PointEventCancelArgs class.
public PointEventCancelArgs ( Point point ) : System
point Point Point associated with event.
Результат System