Click or drag to resize

DataObjectUris Property

Gets or sets the Uri's of the files in the data object

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Uri[] Uris { get; set; }

Property Value

Type: Uri
The uris of the files, or null if no files are in the data object.

Implements

IDataObjectUris
See Also