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 SourcePaneResizedEventArgs(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 SourcePaneWidth
Gets the width of the pane.
Declaration
public int PaneWidth { get; }
Property Value
Type | Description |
---|---|
System.Int32 |