ImageSourceEventArgs Class Members
In This Topic
The following tables list the members exposed by
ImageSourceEventArgs.
Public Fields
| Name | Description |
  | Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
Public Properties
| Name | Description |
 | Cancel | Gets or sets a value indicating whether current image source loading should be canceled. |
 | ReadonlyMode | Gets a value indicating whether file should be opened in read-only mode. |
 | SourceFilename | Gets the source filename. |
 | SourceStream | Gets the source stream. |
See Also