C# 클래스 ComponentFactory.Krypton.Toolkit.PointEventCancelArgs

Details for an cancellable event that provides a Point value.
상속: CancelEventArgs
파일 보기 프로젝트 열기: Cocotteseb/Krypton

공개 메소드들

메소드 설명
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