Click or drag to resize

aceTerminalApplicationEventArgs Properties

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The aceTerminalApplicationEventArgs type exposes the following members.

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
See Also