TransactionEventArgs Class

Definition

Base class for transaction event arguments

public ref class TransactionEventArgs : Microsoft::VisualStudio::Modeling::GenericEventArgs
public class TransactionEventArgs : Microsoft.VisualStudio.Modeling.GenericEventArgs
type TransactionEventArgs = class
    inherit GenericEventArgs
Public Class TransactionEventArgs
Inherits GenericEventArgs
Inheritance
Derived

Constructors

TransactionEventArgs(Transaction)

Constructor

Properties

ChangeSource

Get or Set the source of this change

(Inherited from GenericEventArgs)
DomainClass

Get the domain class to which this notification pertains

DomainModel

Get the domain model to which this notification pertains

ElementId

Get the Id of the element to which this notification pertains

Transaction

The transaction for which the notification is being made.

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