C# 클래스 ImageGlass.ImageBoxCancelEventArgs

Provides data for a cancelable event.
상속: System.ComponentModel.CancelEventArgs
파일 보기 프로젝트 열기: d2phap/ImageGlass 1 사용 예제들

공개 메소드들

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