PivotCustomDrawFieldHeaderThreadSafeEventArgs(IThreadSafeAccessible, PivotCustomDrawFieldHeaderEventArgs) Constructor
Initializes a new instance of the PivotCustomDrawFieldHeaderThreadSafeEventArgs class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
public PivotCustomDrawFieldHeaderThreadSafeEventArgs(
IThreadSafeAccessible threadSafeAccess,
PivotCustomDrawFieldHeaderEventArgs ownerArgs
)
Parameters
Name | Type | Description |
---|---|---|
threadSafeAccess | IThreadSafeAccessible | An object that implements the IThreadSafeAccessible interface. Provides access to pivot grid data. |
ownerArgs | PivotCustomDrawFieldHeaderEventArgs | A PivotCustomDrawFieldHeaderEventArgs object that owns the current event parameter. |
Remarks
Instances of the PivotCustomDrawFieldHeaderThreadSafeEventArgs class are automatically created, initialized and passed to the PivotGridControl.CustomDrawFieldHeader event handlers. Typically, there is no need to call this constructor directly from your code.
See Also