Delegate NewStorageEventHandler
NewStorageEventHandler delegate
Represents a delegate for handling events that occur after a new storage file is created or processed.
public delegate void NewStorageEventHandler(object sender, NewStorageEventArgs e);
Parameter | Type | Description |
---|---|---|
sender | Object | The source of the event, often an object raising the event. |
e | NewStorageEventArgs | Event arguments containing information about the new storage file. |
See Also
- class NewStorageEventArgs
- namespace Aspose.Email.Storage
- assembly Aspose.Email