Show / Hide Table of Contents

Class PaneResizedEventArgs

Represents the event arguments for the pane resized event.

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

Constructors

| Improve this Doc View Source

PaneResizedEventArgs(Int32)

Initializes a new instance of the PaneResizedEventArgs class.

Declaration
public PaneResizedEventArgs(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