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

ElementEventsBegunEventArgs(TransactionContext)

Contructs an ElementEventsBegunEventArgs 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