Exemple #1
0
 /// <summary>
 /// Raises the create cell event.
 /// </summary>
 public Control OnCreateCell(CustomCell widget, CellEventArgs args)
 {
     using (widget.Platform.Context)
         return(widget.OnCreateCell(args));
 }
Exemple #2
0
 /// <summary>
 /// Raises the create cell event.
 /// </summary>
 public Control OnCreateCell(CustomCell widget, CellEventArgs args)
 {
     return(widget.Platform.Invoke(() => widget.OnCreateCell(args)));
 }