ClassContainerNodeEventArgs
Class
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
Constructors
ContainerNodeEventArgs(ContainerNode, IPivotFieldInfo)
Initializes a new instance of the ContainerNodeEventArgs class.
Declaration
cs-api-definition
public ContainerNodeEventArgs(ContainerNode containerNode, IPivotFieldInfo info)
Parameters
containerNode
info
Properties
ContainerInfo
Gets the value of the IPivotFieldInfo associated with the current ContainerNode .
Declaration
cs-api-definition
public IPivotFieldInfo ContainerInfo { get; }
Property Value
The error.
ContainerNode
Gets or sets the value for the current ContainerNode.
Declaration
cs-api-definition
public ContainerNode ContainerNode { get; set; }
Property Value
The error.