Class SliceEventArgs
Basic class for event arguments with Slice
Inheritance
System.Object
System.EventArgs
SliceEventArgs
Namespace: FastReport.Olap.Slice
Assembly: FastReport.Olap.dll
Syntax
public abstract class SliceEventArgs : EventArgs
Constructors
SliceEventArgs(Slice)
Declaration
public SliceEventArgs(Slice slice)
Parameters
Type | Name | Description |
---|---|---|
Slice | slice |
Properties
Slice
Declaration
public Slice Slice { get; }
Property Value
Type | Description |
---|---|
Slice |