Class GridDefinitionEventArgs
Represents the grid definition event args.
Inheritance
GridDefinitionEventArgs
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public class GridDefinitionEventArgs : EventArgs
Constructors
GridDefinitionEventArgs(IGridDefinition)
Initializes a new instance of the GridDefinitionEventArgs class.
Declaration
public GridDefinitionEventArgs(IGridDefinition gridDefinition)
Parameters
| Type | Name | Description |
|---|---|---|
| IGridDefinition | gridDefinition | The grid definition. |
GridDefinitionEventArgs(Exception)
Initializes a new instance of the GridDefinitionEventArgs class.
Declaration
public GridDefinitionEventArgs(Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | exception | The exception. |
Properties
Exception
Gets the exception.
Declaration
public Exception? Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
GridDefinition
Gets the grid definition.
Declaration
public IGridDefinition? GridDefinition { get; }
Property Value
| Type | Description |
|---|---|
| IGridDefinition |
HasException
Gets whether the exception is set.
Declaration
public bool HasException { get; }
Property Value
| Type | Description |
|---|---|
| bool |