C# Class Paint.PictureSelectedEventArgs

Picture selected event arguments.
Inheritance: System.EventArgs
Mostrar archivo Open project: RandolphBurt/MonoGame-iOS-SimplePaint Class Usage Examples

Public Methods

Method Description
PictureSelectedEventArgs ( System.Guid pictureId ) : System

Initializes a new instance of the Paint.PictureSelectedEventArgs class.

Method Details

PictureSelectedEventArgs() public method

Initializes a new instance of the Paint.PictureSelectedEventArgs class.
public PictureSelectedEventArgs ( System.Guid pictureId ) : System
pictureId System.Guid /// Picture identifier. ///
return System