Click or drag to resize

aceTerminalApplicationEventArgs Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Event arguments for the aceTerminalApplication
Inheritance Hierarchy

Namespace:  imbACE.Services.application
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public class aceTerminalApplicationEventArgs : aceEventGeneralArgs
Request Example View Source

The aceTerminalApplicationEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodaceTerminalApplicationEventArgs
Initializes a new instance of the aceTerminalApplicationEventArgs class
Top
Properties
  NameDescription
Public propertyisCanceled
if true, it will tell to the event handling party to try canceling / preventing, if event is preventable
(Inherited from aceEventGeneralArgs.)
Public propertyMessage
Textual message attached to the event
(Inherited from aceEventGeneralArgs.)
Public propertyOrigin
Indication on the event origin (optional)
(Inherited from aceEventGeneralArgs.)
Public propertyPath
Filesystem, network or application resources path - pointing to the position of event origin
(Inherited from aceEventGeneralArgs.)
Public propertyProperties
Additional meta data on the event
(Inherited from aceEventGeneralArgs.)
Public propertyRelatedObject
An object that is relevant to the event (not sender) - this property is not serialized
(Inherited from aceEventGeneralArgs.)
Public propertyscreen
Public propertytype
Type of the event
(Inherited from aceEventGeneralArgs.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also