Example #1
0
 /// <summary>
 /// Called when the move current folder.
 /// </summary>
 /// <param name="value"></param>
 public void OnMoveCurrentFolder(MoveCurrentFolderEventValue value)
 {
     this.CurrentFolderPath  = value.Path;
     this.SelectedFolderName = string.Empty;
 }
Example #2
0
 /// <summary>
 /// Called when the move current folder.
 /// </summary>
 /// <param name="value"></param>
 public void OnMoveDisplayFolder(MoveCurrentFolderEventValue value)
 {
     this.CurrentFolderPath = value.Path;
 }