ModelingEventArgs 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.
Base class for all IMS event args classes
public ref class ModelingEventArgs : EventArgs
public class ModelingEventArgs : EventArgs
type ModelingEventArgs = class
inherit EventArgs
Public Class ModelingEventArgs
Inherits EventArgs
- Inheritance
-
ModelingEventArgs
- Derived
Constructors
ModelingEventArgs(TransactionContext) |
Contructs a ModelingEventArgs 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. |