Interface IQuadstateChanged
Namespace: DeBroglie.Trackers
Assembly: DeBroglie.dll
Syntax
public interface IQuadstateChanged
Methods
| Edit this page View SourceNotify(int, Quadstate, Quadstate)
Declaration
void Notify(int index, Quadstate before, Quadstate after)
Parameters
Type | Name | Description |
---|---|---|
int | index | |
Quadstate | before | |
Quadstate | after |
Reset(SelectedChangeTracker)
Declaration
void Reset(SelectedChangeTracker tracker)
Parameters
Type | Name | Description |
---|---|---|
SelectedChangeTracker | tracker |