GridFormatItemEventArgs Class Reference

Inherits from GridCellRangeEventArgs : XuniCancelEventArgs : XuniEventArgs : NSObject
Declared in GridEventArgs.h

Overview

Class GridFormatItemEventArgs.

– initWithPanel:forRange:inContext:

Initialize an object for GridFormatItemEventArgs.

- (id _Nonnull)initWithPanel:(GridPanel *_Nonnull)panel forRange:(GridCellRange *_Nonnull)range inContext:(CGContextRef _Nonnull)context

Parameters

panel

the sepcified panel.

range

the sepcified range.

context

the sepcified context.

Return Value

an object for GridFormatItemEventArgs.

Discussion

Initialize an object for GridFormatItemEventArgs.

Declared In

GridEventArgs.h

  context

Gets the graphics context to use for drawing operations.

@property (readonly) CGContextRef _Nonnull context

Discussion

Gets the graphics context to use for drawing operations.

Declared In

GridEventArgs.h