Interface ITradingAnnotation.IAnnotationCreatedListener
Interface for annotation creation event listener
Namespace:
Assembly: .dll
Syntax
public static interface ITradingAnnotation.IAnnotationCreatedListener
Methods
onAnnotationCreated(AnnotationCreationArgs args)
Called when an annotation creation operation is finished and annotation created
Declaration
public abstract void onAnnotationCreated(AnnotationCreationArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| AnnotationCreationArgs | args | The annotation creation event arguments |