ARCed.Scintilla.UriDroppedEventArgs.UriDroppedEventArgs C# (CSharp) Method

UriDroppedEventArgs() public method

Initializes a new instance of the UriDroppedEventArgs class.
public UriDroppedEventArgs ( string uriText ) : System
uriText string Text of the dropped file or uri
return System
        public UriDroppedEventArgs(string uriText)
        {
            this._uriText = uriText;
        }
UriDroppedEventArgs