Class StartUploadRequestedEventArgs
Class containing information related to whether the file upload should be queued or started directly.
Inheritance
System.Object
StartUploadRequestedEventArgs
Namespace: Telerik.Windows.Cloud.Controls.Upload
Assembly: Telerik.Windows.Cloud.Controls.dll
Syntax
public sealed class StartUploadRequestedEventArgs : EventArgs
Properties
ShouldQueueUpload
Indicates whether the item should be queued or started directly.
Declaration
public bool ShouldQueueUpload { get; set; }
Property Value
System.Boolean
|