Skip to content

Instantly share code, notes, and snippets.

@jasondown
Created August 3, 2021 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasondown/ae826640fd32c0fa69051fe7c1778567 to your computer and use it in GitHub Desktop.
Save jasondown/ae826640fd32c0fa69051fe7c1778567 to your computer and use it in GitHub Desktop.
/// <summary>
/// This class represents details for requested item images.
/// </summary>
[Serializable]
public class ImageRequestEventArgs : EventArgs
{
// remaining code elided
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment