Class PivotDataRefreshEventArgs
Provides data for data refresh event
Inheritance
System.Object
    PivotDataRefreshEventArgs
  Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class PivotDataRefreshEventArgs : EventArgs
  Constructors
PivotDataRefreshEventArgs()
Initializes a new instance of the Syncfusion.UI.Xaml.PivotDataRefreshEventArgs class.
Declaration
public PivotDataRefreshEventArgs()
  PivotDataRefreshEventArgs(RefreshType)
Initializes a new instance of the PivotDataRefreshEventArgs class.
Declaration
public PivotDataRefreshEventArgs(RefreshType refreshType)
  Parameters
| Type | Name | Description | 
|---|---|---|
| RefreshType | refreshType | 
Properties
CellDescriptor
Gets or sets the target pivot member.
Declaration
public PivotCellDescriptor CellDescriptor { get; }
  Property Value
| Type | 
|---|
| PivotCellDescriptor | 
Handled
Gets or sets a value indicating whether the event should be handled.
Declaration
public bool Handled { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
RefreshType
Gets the mode of refresh type.
Declaration
public RefreshType RefreshType { get; }
  Property Value
| Type | 
|---|
| RefreshType |