AddingFilesEventArgs
Class
Holds information whether the default should be used or if custom logic will be invoked.
Definition
Namespace:Telerik.Windows.Cloud.Controls.Upload
Assembly:Telerik.Windows.Cloud.Controls.dll
Syntax:
C#
public class AddingFilesEventArgs : EventArgs
Inheritance: objectEventArgsAddingFilesEventArgs
Inherited Members
Properties
Cancel the creation of the default .
C#
public bool CancelDialogOpening { get; set; }