C# Класс ARCed.Scintilla.UriDroppedEventArgs

Provides data for the UriDropped event
Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
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