Information about the header cell that has content which is being created or updated.
Inheritance
System.Object
IgbTemplateHeaderCellUpdatingEventArgs
Assembly: IgniteUI.Blazor.dll
public class IgbTemplateHeaderCellUpdatingEventArgs : BaseRendererElement, JsonSerializable
Constructors
Declaration
public IgbTemplateHeaderCellUpdatingEventArgs()
Properties
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements