Class DynamicComponentChangingEventArgs
Inheritance
System.Object
DynamicComponentChangingEventArgs
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class DynamicComponentChangingEventArgs : Object
Constructors
DynamicComponentChangingEventArgs()
Declaration
public DynamicComponentChangingEventArgs()
Properties
NewComponent
Declaration
public object NewComponent { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |
OldComponent
Declaration
public object OldComponent { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |