Class RadzenSplitterResizeEventArgs
Supplies information about a Resize event that is being raised.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenSplitterResizeEventArgs : RadzenSplitterEventArgs
Properties
NewSize
The new size of the pane
Declaration
public double NewSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |