iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

ISCIReceiveEvents

@protocol ISCIReceiveEvents <NSObject>

Defines the interface to a type which receives unified events.

  • Checks whether this ISCIReceiveEvents instance is enabled for interaction.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isEnabled;

    Swift

    var isEnabled: Bool { get }
  • Called when new generic event occurs.

    Declaration

    Objective-C

    - (void)onEvent:(nonnull SCIModifierEventArgs *)args;

    Swift

    func onEvent(_ args: SCIModifierEventArgs)

    Parameters

    args

    The event args for this event.