ElementEventsEndedEventArgs Class

Definition

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
ElementEventsEndedEventArgs

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)

Applies to