ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / UploadedFileEventHandler Delegate
The source of the event.
A UploadedFileEventArgs that contains the event data.

In This Topic
    UploadedFileEventHandler Delegate
    In This Topic
    Represents the method that will handle the FileExists event.
    Syntax
    'Declaration
     
    Public Delegate Sub UploadedFileEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As UploadedFileEventArgs _
    ) 
    public delegate void UploadedFileEventHandler( 
       System.object sender,
       UploadedFileEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A UploadedFileEventArgs that contains the event data.
    See Also