FileDropPanelFilesDropped Event |
This event is being raised when files are dropped to the panel.
Namespace:
Aspose.Email.Windows.WPF
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic event EventHandler<FileDropEventArgs> FilesDropped
Public Event FilesDropped As EventHandler(Of FileDropEventArgs)
public:
event EventHandler<FileDropEventArgs^>^ FilesDropped {
void add (EventHandler<FileDropEventArgs^>^ value);
void remove (EventHandler<FileDropEventArgs^>^ value);
}
member FilesDropped : IEvent<EventHandler<FileDropEventArgs>,
FileDropEventArgs>
Value
Type:
SystemEventHandlerFileDropEventArgs
See Also