The RibbonListViewItemEventArgs class provides data for the RibbonListView.EditItemTextBoxActivated, RibbonListView.EditItemTextBoxDeactivated, RibbonListView.ItemClick, ItemMouseEnter or ItemMouseLeave event. The RibbonListViewItemEventArgs class is inherited from the System.EventArgs class. The following describes only the properties, methods and events defined through the RibbonListViewItemEventArgs class. For a list of properties, methods and events inherited from the System.EventArgs class see the .NET Framework reference.

Syntax

public class RibbonListViewItemEventArgs: EventArgs
Public Class RibbonListViewItemEventArgs
  Inherits EventArgs

Introduced: X14.

Properties

Property Description
Item Gets an object of type RibbonListViewItem that represents the handled item.