Delegate StorageProcessingEventHandler

StorageProcessingEventHandler delegate

Event handler for the StoragePreProcessing. Occurs before the srorage is processed.

public delegate void StorageProcessingEventHandler(object sender, StorageProcessingEventArgs e);
ParameterTypeDescription
senderObjectThe object that triggered the event.
eStorageProcessingEventArgsAdditional information provided by the event.

Remarks

This event is raised before processing the next storage in merging or splitting methods.

See Also