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

ISCIReceiveGestureEvents

@protocol ISCIReceiveGestureEvents <NSObject>

Defines the interface to a type which receives unified events.

  • Called when new generic event occurs.

    Declaration

    Objective-C

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

    Parameters

    args

    The event args for this event.