BExplorer.Shell.ItemUpdatedEventArgs.ItemUpdatedEventArgs C# (CSharp) Метод

ItemUpdatedEventArgs() публичный Метод

public ItemUpdatedEventArgs ( ItemUpdateType type, IListItemEx newItem, IListItemEx previousItem, Int32 index ) : BExplorer.Shell._Plugin_Interfaces
type ItemUpdateType
newItem IListItemEx
previousItem IListItemEx
index System.Int32
Результат BExplorer.Shell._Plugin_Interfaces
    public ItemUpdatedEventArgs(ItemUpdateType type, IListItemEx newItem, IListItemEx previousItem, Int32 index) {
      this.UpdateType = type;
      this.NewItem = newItem;
      this.PreviousItem = previousItem;
      this.NewItemIndex = index;
    }
  }
ItemUpdatedEventArgs