ModelingEventArgs Class

Definition

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.

Applies to