Mediachase FileUploader.NET 1.9 Framework Help

McHttpModule.FieldValidating Event

[Visual Basic]
Public Event FieldValidating As CancelUploadEventHandler
[C#]
public event CancelUploadEventHandler FieldValidating;

Event Data

The event handler receives an argument of type CancelUploadEventArgs containing data related to this event. The following CancelUploadEventArgs properties provide information specific to this event.

PropertyDescription
Cancel
FieldInfo

See Also

McHttpModule Class | Mediachase.FileUploader Namespace