C# Class BExplorer.Shell.ItemUpdatedEventArgs

Inheritance: System.EventArgs
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
ItemUpdatedEventArgs ( ItemUpdateType type, IListItemEx newItem, IListItemEx previousItem, Int32 index ) : BExplorer.Shell._Plugin_Interfaces

Method Details

ItemUpdatedEventArgs() public method

public ItemUpdatedEventArgs ( ItemUpdateType type, IListItemEx newItem, IListItemEx previousItem, Int32 index ) : BExplorer.Shell._Plugin_Interfaces
type ItemUpdateType
newItem IListItemEx
previousItem IListItemEx
index System.Int32
return BExplorer.Shell._Plugin_Interfaces