ListViewItemEventArgs Class

Definition

Line 11 of System.Windows/ListView.cm

Constructors & Destructor

public nothrow ListViewItemEventArgs(ListView* view_, ListViewItem* item_)

Member Variables

public bool control
public ListViewItem* item
public Point location
public ListView* view

Constructor& Destructor Details

ListViewItemEventArgs Constructor

public nothrow ListViewItemEventArgs(ListView* view_, ListViewItem* item_)

Definition
Line 13 of System.Windows/ListView.cm