예제 #1
0
파일: GridView.cs 프로젝트: daddycoding/Eto
 /// <summary>
 /// Raises the cell double click event.
 /// </summary>
 public void OnCellDoubleClick(GridView widget, GridViewCellEventArgs e)
 {
     widget.Platform.Invoke(() => widget.OnCellDoubleClick(e));
 }