C1.Silverlight.Uploader Namespace > C1UploaderPost Class : MIMETypeRequested Event |
'Declaration
Public Event MIMETypeRequested As C1UploaderPost.MIMETypeRequestedEventHandler
'Usage
Dim instance As C1UploaderPost Dim handler As C1UploaderPost.MIMETypeRequestedEventHandler AddHandler instance.MIMETypeRequested, handler
public event C1UploaderPost.MIMETypeRequestedEventHandler MIMETypeRequested
public event MIMETypeRequested: C1UploaderPost.MIMETypeRequestedEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event C1UploaderPost.MIMETypeRequestedEventHandler* MIMETypeRequested
public: event C1UploaderPost.MIMETypeRequestedEventHandler^ MIMETypeRequested
The event handler receives an argument of type MIMETypeRequestedEventArgs containing data related to this event. The following MIMETypeRequestedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
FileExtension | The extension requested, including the ".". |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2