Example #1
0
 /// <summary>
 /// Initializes a new instance of <see cref="Syncfusion.UI.Xaml.Grid.GridOperationsHandlerArgs"/> class.
 /// </summary>
 /// <param name="operation">
 /// The type of grid operation to handle.
 /// </param>
 /// <param name="operationArgs">
 /// The data for the grid operation.
 /// </param>
 public GridOperationsHandlerArgs(GridOperation operation, object operationArgs)
 {
     Operation     = operation;
     OperationArgs = operationArgs;
 }
 private void SignIn_click(object sender, RoutedEventArgs e)
 {
     GridOperation.Fade_Out_Grid(LoginGrid, AnimationTime);
     GridOperation.Fade_Int_Grid(SignInGrid, AnimationTime);
 }