Class ResourceSavingArgs

ResourceSavingArgs class

Provides data for ResourceSaving event.

public class ResourceSavingArgs

Properties

NameDescription
Document { get; }Gets the saving document.
FileName { get; }Gets the file name.
KeepStreamOpen { get; set; }Gets or sets a value indicating whether keep stream open.
Stream { get; set; }Gets or sets the stream used to store the resource.
Uri { get; set; }Gets or sets the uri to access stored resource.

See Also