C# Class Nexus.UI.Controls.ReorderingItemsEventArgs

An event arguments class that describes items that are being moved in a reorderable list view.
Inheritance: CancelEventArgs
Show file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
ReorderingItemsEventArgs ( ) : System

The default constructor.

Method Details

ReorderingItemsEventArgs() public method

The default constructor.
public ReorderingItemsEventArgs ( ) : System
return System