Class containing information related to whether the file upload should be queued or started directly.
Definition
Namespace:Telerik.Windows.Cloud.Controls.Upload
Assembly:Telerik.Windows.Cloud.Controls.dll
Syntax:
C#
public sealed class StartUploadRequestedEventArgs : EventArgs
Inheritance: objectEventArgsStartUploadRequestedEventArgs
Inherited Members
Properties
Indicates whether the item should be queued or started directly.
C#
public bool ShouldQueueUpload { get; set; }