Supplies information about a Resize event that is being raised.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class RadzenSplitterResizeEventArgs : RadzenSplitterEventArgsSupplies information about a Resize event that is being raised.
public RadzenSplitterResizeEventArgs()The new size of the pane
public double NewSize { get; set; }
| Type | Description |
|---|---|
| double | The new size of the pane |