Skip to content

Initialization error on pass false to tracePositionChange of VertexControl Constructor #112

@c0nstexpr

Description

@c0nstexpr

EventOptions = new VertexEventOptions(this) { PositionChangeNotification = tracePositionChange };

PositionChangeNotification in EventOptions is true by default. Assign false value to it will cause the property call the UpdatePositionTraceState method in VertexControl. Then EventOptions property is used, which is null reference by default, before initialization.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions