Click or drag to resize

OptionsClosedNotifyArgs Class

Event argument class for OnOptionsClosedNotify2. First Release
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceOptionsClosedNotifyArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class OptionsClosedNotifyArgs : EventArgs

The OptionsClosedNotifyArgs type exposes the following members.

Constructors
 NameDescription
Public methodOptionsClosedNotifyArgs Constructor
Top
Properties
 NameDescription
Public propertyClosedWithOk True if options was closed with OK, false if cancelled.
Top
See Also