C# 클래스 ARCed.Scintilla.UriDroppedEventArgs

Provides data for the UriDropped event
상속: System.EventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
UriDroppedEventArgs ( string uriText ) : System

Initializes a new instance of the UriDroppedEventArgs class.

메소드 상세

UriDroppedEventArgs() 공개 메소드

Initializes a new instance of the UriDroppedEventArgs class.
public UriDroppedEventArgs ( string uriText ) : System
uriText string Text of the dropped file or uri
리턴 System