Show / Hide Table of Contents

Class PaneResizingEventArgs

Represents the event arguments for the pane resizing event.

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

Constructors

| Improve this Doc View Source

PaneResizingEventArgs(Int32)

Initializes a new instance of the PaneResizingEventArgs class.

Declaration
public PaneResizingEventArgs(int paneWidth)
Parameters
Type Name Description
System.Int32 paneWidth

The width of the pane.

Properties

| Improve this Doc View Source

PaneWidth

Gets the width of the pane.

Declaration
public int PaneWidth { get; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2018 Özgür Özçıtak