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);
ParameterTypeDescription
senderObjectThe source of the event, often an object raising the event.
eNewStorageEventArgsEvent arguments containing information about the new storage file.

See Also