Share via


ElementEventsBegunEventArgs Class

Definition

Event arguments marking the beginning of element event notifications

public ref class ElementEventsBegunEventArgs : Microsoft::VisualStudio::Modeling::ModelingEventArgs
public class ElementEventsBegunEventArgs : Microsoft.VisualStudio.Modeling.ModelingEventArgs
type ElementEventsBegunEventArgs = class
    inherit ModelingEventArgs
Public Class ElementEventsBegunEventArgs
Inherits ModelingEventArgs
Inheritance
ElementEventsBegunEventArgs

Constructors

Name Description
ElementEventsBegunEventArgs(TransactionContext)

Contructs an ElementEventsBegunEventArgs containing the specified TransactionContext

Properties

Name Description
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