ElementEventsEndedEventArgs 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.
Event arguments marking the end of element event notifications
public ref class ElementEventsEndedEventArgs : Microsoft::VisualStudio::Modeling::ModelingEventArgs
public class ElementEventsEndedEventArgs : Microsoft.VisualStudio.Modeling.ModelingEventArgs
type ElementEventsEndedEventArgs = class
inherit ModelingEventArgs
Public Class ElementEventsEndedEventArgs
Inherits ModelingEventArgs
- Inheritance
Constructors
ElementEventsEndedEventArgs(TransactionContext) |
Contructs an ElementEventsEndedEventArgs containing the specified TransactionContext |
Properties
TransactionContext |
Gets the TransactionContext associated with the event. May be null if no transaction context is available for the event. (Inherited from ModelingEventArgs) |