ARCed.Scintilla.UriDroppedEventArgs.UriDroppedEventArgs C# (CSharp) Méthode

UriDroppedEventArgs() public méthode

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