Example #1
0
 /// <summary>
 /// Raises the get identifier event.
 /// </summary>
 public string OnGetIdentifier(CustomCell widget, CellEventArgs args)
 {
     using (widget.Platform.Context)
         return(widget.OnGetIdentifier(args));
 }
Example #2
0
 /// <summary>
 /// Raises the get identifier event.
 /// </summary>
 public string OnGetIdentifier(CustomCell widget, CellEventArgs args)
 {
     return(widget.Platform.Invoke(() => widget.OnGetIdentifier(args)));
 }