예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:Dt.Cells.Data.PictureChangedEventArgs" /> class.
 /// </summary>
 /// <param name="picture">The picture.</param>
 /// <param name="property">The property.</param>
 public PictureChangedEventArgs(Dt.Cells.Data.Picture picture, string property)
 {
     this.Picture  = picture;
     this.Property = property;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:Dt.Cells.Data.PictureSelectionChangedEventArgs" /> class.
 /// </summary>
 /// <param name="picture">The picture.</param>
 public PictureSelectionChangedEventArgs(Dt.Cells.Data.Picture picture)
 {
     this.Picture = picture;
 }