Пример #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="idx">The row index of the template item</param>
 /// <param name="templateItem">The item related to the event</param>
 public DataListEventArgs(int idx, TemplateControl templateItem)
 {
     this.Index = idx;
     this.Item  = templateItem;
 }
Пример #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="idx">The row index of the template item</param>
 /// <param name="templateItem">The item related to the event</param>
 public DataListEventArgs(int idx, TemplateControl templateItem)
 {
     this.Index = idx;
     this.Item = templateItem;
 }