ElementEventsBegunEventArgs 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 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
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) |