EbsOpen Class Library for EBSILON®Professional

Application.Events Property

Events triggered by this class.

[Visual Basic]
Public Property ReadOnly Events As ApplicationEvents
[C#]
public ApplicationEvents Events { get; }
[C++]
public: __property ApplicationEvents* get_Events();
[JScript]
public function get Events() : ApplicationEvents

Property Value

Reference to ApplicationEvents class.

Remarks

Currently this class does not trigger any event.

See Also

Application Class | EbsOpen Namespace