class MAGES::ExclusiveAccessFinishedEventArgs

Overview

Event arguments used in the event when a LocomotionProvider has finished exclusive access to the LocomotionSystem. More…

class ExclusiveAccessFinishedEventArgs: public MAGES::BaseLocomotionEventArgs
{
public:
    // properties

    ILocomotionProvider LocomotionProvider;
};

Inherited Members

public:
    // properties

    ILocomotionSystem LocomotionSystem;

Detailed Documentation

Event arguments used in the event when a LocomotionProvider has finished exclusive access to the LocomotionSystem.

Properties

ILocomotionProvider LocomotionProvider

Gets or sets the LocomotionProvider associated with this event.