Class ColumnEventArgs
Represents the event arguments for column related events.
Inheritance
System.Object
System.EventArgs
ColumnEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
[Serializable]
[ComVisible(true)]
public class ColumnEventArgs : EventArgs
Constructors
| Improve this Doc View SourceColumnEventArgs(ImageListView.ImageListViewColumnHeader)
Initializes a new instance of the ColumnEventArgs class.
Declaration
public ColumnEventArgs(ImageListView.ImageListViewColumnHeader column)
Parameters
Type | Name | Description |
---|---|---|
ImageListView.ImageListViewColumnHeader | column | The column that is the target of this event. |
Properties
| Improve this Doc View SourceColumn
Gets the ImageListViewColumnHeader that is the target of the event.
Declaration
public ImageListView.ImageListViewColumnHeader Column { get; }
Property Value
Type | Description |
---|---|
ImageListView.ImageListViewColumnHeader |