SpaceReservationAgentChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information when an ISpaceReservationAgent is changed in an ISpaceReservationManager.
public ref class SpaceReservationAgentChangedEventArgs : EventArgs
public class SpaceReservationAgentChangedEventArgs : EventArgs
type SpaceReservationAgentChangedEventArgs = class
inherit EventArgs
Public Class SpaceReservationAgentChangedEventArgs
Inherits EventArgs
- Inheritance
-
SpaceReservationAgentChangedEventArgs
Constructors
SpaceReservationAgentChangedEventArgs(ISpaceReservationAgent, ISpaceReservationAgent) |
Initializes a new instance of SpaceReservationAgentChangedEventArgs. |
Properties
NewAgent |
Gets the new agent. |
OldAgent |
Gets the old agent. |