Visual Basic (Declaration) | |
---|---|
Public Event BeginUpload As EventHandler(Of AttachmentEditor.BeginUploadEventArgs) |
C# | |
---|---|
public event EventHandler<AttachmentEditor.BeginUploadEventArgs> BeginUpload |
The event handler receives an argument of type AttachmentEditor.BeginUploadEventArgs containing data related to this event. The following AttachmentEditor.BeginUploadEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether this AttachmentEditor.BeginUploadEventArgs should be cancelled. |
FileInfos | Gets information about the files being uploaded. |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family