Skip to content

ActiveFrameChangedEventArgs

Summary

Provides data for the active frame changed event.

Signature

1
public class ActiveFrameChangedEventArgs

Namespace

cAlgo.API

See Also

Properties

OldFrame

Summary

Returns the old / previous active frame or null.

Signature

1
public Frame OldFrame {get;}

Return Value

Frame

NewFrame

Summary

Returns the new active frame or null.

Signature

1
public Frame NewFrame {get;}

Return Value

Frame