Show / Hide Table of Contents

Class ItemEventArgs

Represents the event arguments for item related events.

Inheritance
System.Object
System.EventArgs
ItemEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
[Serializable]
[ComVisible(true)]
public class ItemEventArgs : EventArgs

Constructors

| Improve this Doc View Source

ItemEventArgs(ImageListViewItem)

Initializes a new instance of the ItemEventArgs class.

Declaration
public ItemEventArgs(ImageListViewItem item)
Parameters
Type Name Description
ImageListViewItem item

The item that is the target of this event.

Properties

| Improve this Doc View Source

Item

Gets the ImageListViewItem that is the target of the event.

Declaration
public ImageListViewItem Item { get; }
Property Value
Type Description
ImageListViewItem
Back to top Copyright © 2018 Özgür Özçıtak