
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;
-
Called when new generic event occurs.
Declaration
Objective-C
- (void)onEvent:(nonnull SCIModifierEventArgs *)args;
Parameters
args
The event args for this event.