Method OnCreate
OnCreate(IMarker, IMarker)
Called when a marker is created.
Declaration
public virtual void OnCreate(IMarker marker, IMarker clonedFrom)
Parameters
Type | Name | Description |
---|---|---|
IMarker | marker | The marker that is created. |
IMarker | clonedFrom | TThe source that the marker was copied from. This can be set to null if the marker is not a copy. |
Remarks
The callback occurs before the marker is assigned to the track.