C# Class ARCed.Scintilla.UriDroppedEventArgs

Provides data for the UriDropped event
Inheritance: System.EventArgs
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
UriDroppedEventArgs ( string uriText ) : System

Initializes a new instance of the UriDroppedEventArgs class.

Method Details

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