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 SourceItemEventArgs(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 SourceItem
Gets the ImageListViewItem that is the target of the event.
Declaration
public ImageListViewItem Item { get; }
Property Value
Type | Description |
---|---|
ImageListViewItem |