LayoutItemSizeChangedEventArgs Constructors
Provides data for the DockLayoutManager.LayoutItemSizeChanged event.Name | Parameters | Description |
---|---|---|
LayoutItemSizeChangedEventArgs(BaseLayoutItem, Boolean, GridLength, GridLength) | item, isWidth, value, prevValue | Initializes a new instance of the LayoutItemSizeChangedEventArgs class with the specified settings. |
See Also