Class
ContainerNodeEventArgs

Provides data for the AddingContainerNode event.

Definition

Namespace:Telerik.Pivot.Core.Fields

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public class ContainerNodeEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsContainerNodeEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

ContainerNodeEventArgs(ContainerNode, IPivotFieldInfo)

Initializes a new instance of the ContainerNodeEventArgs class.

Declaration

cs-api-definition
public ContainerNodeEventArgs(ContainerNode containerNode, IPivotFieldInfo info)

Parameters

containerNode

ContainerNode

info

IPivotFieldInfo

Properties

ContainerInfo

Gets the value of the IPivotFieldInfo associated with the current ContainerNode .

Declaration

cs-api-definition
public IPivotFieldInfo ContainerInfo { get; }

Property Value

IPivotFieldInfo

The error.

ContainerNode

Gets or sets the value for the current ContainerNode.

Declaration

cs-api-definition
public ContainerNode ContainerNode { get; set; }

Property Value

ContainerNode

The error.