Class UploadValidateEventArgs
The event arguments for the RadUploadItem's Validate event.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class UploadValidateEventArgs : RadRoutedEventArgs
Properties
Cancel
Gets or sets a value indicating whether the upload process should be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
ErrorMessage
Gets or sets the error message that should be displayed for the particular item.
Declaration
public string ErrorMessage { get; set; }
Property Value
System.String
|
Methods
InvokeEventHandler(Delegate, Object)
Overrides the default dynamic invoke of the event handler.
Declaration
protected override sealed void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters
System.Delegate
genericHandler
The event handler, of type UploadValidateEventHandler. |
System.Object
genericTarget
The sender of the event. |